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 , 2016 +# Adriana Ierfino , 2016 +# Martin Malorni , 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: <>\n" -"Language-Team: French (Canada) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/fr_CA/)\n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-11-26 01:45+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" @@ -18,7 +21,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 "" @@ -27,6 +30,21 @@ msgstr "" 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" @@ -43,212 +61,336 @@ msgid "Auditlog - Rule" msgstr "" #. module: auditlog -#: field:auditlog.log,create_uid:0 field:auditlog.log.line,create_uid:0 -#: field:auditlog.rule,create_uid:0 -msgid "Created by" +#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context +msgid "Context" msgstr "" #. 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_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 +#: 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 "" +msgstr "Créé le" #. 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 "Afficher le nom" #. 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 "" #. 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 "" #. 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 "" #. 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 "" #. 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 "Identifiant" + +#. 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 -#: 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_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 "" +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 "" +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 "" #. 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 "" #. module: auditlog -#: field:auditlog.rule,log_create:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create msgid "Log Creates" msgstr "" #. module: auditlog -#: field:auditlog.rule,log_unlink:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink msgid "Log Deletes" msgstr "" #. module: auditlog -#: field:auditlog.rule,log_read:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read msgid "Log Reads" msgstr "" #. module: auditlog -#: field:auditlog.rule,log_write:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write msgid "Log Writes" msgstr "" #. 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 "" #. module: auditlog -#: field:auditlog.log,method:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method msgid "Method" msgstr "" #. 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 "" #. 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 "" #. 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 "" #. 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 "" #. 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 "" #. module: auditlog -#: field:auditlog.log,name:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name msgid "Resource Name" msgstr "" #. 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 "" #. 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 "" #. 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 "" #. 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 "" #. 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 "" #. 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 "" #. 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 "" #. 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 "" + +#. 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 -#: view:auditlog.rule:auditlog.view_auditlog_rule_form +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form msgid "Subscribe" msgstr "" #. 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 "" +#. 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 "" @@ -257,33 +399,58 @@ msgid "" msgstr "" #. 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 "" #. 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 "" #. 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 "" #. module: auditlog -#: view:auditlog.log:auditlog.view_auditlog_log_form +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form msgid "Values" msgstr "" #. module: auditlog -#: code:addons/auditlog/models/rule.py: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/fr_CH.po b/auditlog/i18n/fr_CH.po new file mode 100644 index 00000000000..29ec073227c --- /dev/null +++ b/auditlog/i18n/fr_CH.po @@ -0,0 +1,455 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * auditlog +# +# 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: 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 "Créé par" + +#. 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 "Créé le" + +#. 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 "Nom affiché" + +#. module: auditlog +#: selection:auditlog.rule,state:0 +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search +msgid "Draft" +msgstr "Brouillon" + +#. 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 "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 "Modifié par" + +#. 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 "Modifié le" + +#. 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 "Etat" + +#. 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 "Utilisateurs" + +#. 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_FR.po b/auditlog/i18n/fr_FR.po new file mode 100644 index 00000000000..459a42e2f29 --- /dev/null +++ b/auditlog/i18n/fr_FR.po @@ -0,0 +1,455 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * auditlog +# +# 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-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-11-26 01:45+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: 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 "Date" + +#. 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 "Logs" + +#. 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 "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 "" + +#. 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/gl.po b/auditlog/i18n/gl.po new file mode 100644 index 00000000000..19f8f1fe9bf --- /dev/null +++ b/auditlog/i18n/gl.po @@ -0,0 +1,456 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * auditlog +# +# Translators: +# OCA Transbot , 2016 +# César Castro Cruz , 2016 +# Alejandro Santana , 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: Alejandro Santana , 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: 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 "Data" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description +msgid "Description" +msgstr "Descrició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 "Modificado por última vez o" + +#. 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 "Nome" + +#. 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/gl_ES.po b/auditlog/i18n/gl_ES.po new file mode 100644 index 00000000000..0dc95c72d67 --- /dev/null +++ b/auditlog/i18n/gl_ES.po @@ -0,0 +1,454 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * auditlog +# +# Translators: +# Alejandro Santana , 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: 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: 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/he.po b/auditlog/i18n/he.po new file mode 100644 index 00000000000..e16b5be8f8c --- /dev/null +++ b/auditlog/i18n/he.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: 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: 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/hr.po b/auditlog/i18n/hr.po new file mode 100644 index 00000000000..ddce9fdbf88 --- /dev/null +++ b/auditlog/i18n/hr.po @@ -0,0 +1,457 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * auditlog +# +# Translators: +# OCA Transbot , 2016 +# Ana-Maria Olujić , 2016 +# Bole , 2016 +# Goran Kliska , 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: Goran Kliska , 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: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id +msgid "Action" +msgstr "Akcija" + +#. module: auditlog +#: model:ir.ui.menu,name:auditlog.menu_audit +msgid "Audit" +msgstr "Revizija" + +#. 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 "Naziv " + +#. module: auditlog +#: selection:auditlog.rule,state:0 +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search +msgid "Draft" +msgstr "Skica" + +#. 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 "Grupiraj 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 modificirano" + +#. 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žuriranje" + +#. 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 "Dnevnik izmjena" + +#. 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 "Naziv" + +#. 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 "Status" + +#. 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 "Tip" + +#. 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 "Korisnici" + +#. 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/hr_HR.po b/auditlog/i18n/hr_HR.po new file mode 100644 index 00000000000..768df8562e7 --- /dev/null +++ b/auditlog/i18n/hr_HR.po @@ -0,0 +1,455 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * auditlog +# +# Translators: +# OCA Transbot , 2016 +# Bole , 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: 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: 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 "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 "Naziv" + +#. 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 "Grupiraj 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 modificirano" + +#. 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 "Logovi" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method +msgid "Method" +msgstr "Metoda" + +#. 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 "Naziv" + +#. 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 "Oblast/Županija" + +#. 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 "Tip" + +#. 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 "Korisnici" + +#. 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/hu.po b/auditlog/i18n/hu.po new file mode 100644 index 00000000000..99a3fbaa8ec --- /dev/null +++ b/auditlog/i18n/hu.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: 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: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id +msgid "Action" +msgstr "Művelet" + +#. 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 "Kontextus" + +#. 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 "Készítette" + +#. 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 "Létrehozás dátuma" + +#. module: auditlog +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search +msgid "Date" +msgstr "Dátum" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description +msgid "Description" +msgstr "Leírás" + +#. 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év megjelenítése" + +#. module: auditlog +#: selection:auditlog.rule,state:0 +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search +msgid "Draft" +msgstr "Tervezet" + +#. 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 "Csoportosítás ezzel..." + +#. 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 "Utolsó frissítés dátuma" + +#. 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 "Utoljára frissítve, által" + +#. 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 "Utoljára frissítve " + +#. 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 "Napló" + +#. 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 "Modell, minta" + +#. 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év" + +#. 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 "Állapot" + +#. 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ípus" + +#. 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 "Felhasználó" + +#. 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/id.po b/auditlog/i18n/id.po new file mode 100644 index 00000000000..6c980cd0ef5 --- /dev/null +++ b/auditlog/i18n/id.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: 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: 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 "Dibuat oleh" + +#. 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 "Dibuat pada" + +#. module: auditlog +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search +msgid "Date" +msgstr "Tanggal" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description +msgid "Description" +msgstr "Keterangan" + +#. 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 "Nama Tampilan" + +#. 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 "Terakhir Dimodifikasi pada" + +#. 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 "Diperbaharui oleh" + +#. 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 "Diperbaharui pada" + +#. 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 "Nama" + +#. 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 "Jenis" + +#. 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/it.po b/auditlog/i18n/it.po index 326088de44f..28421226a12 100644 --- a/auditlog/i18n/it.po +++ b/auditlog/i18n/it.po @@ -3,14 +3,16 @@ # * auditlog # # Translators: +# OCA Transbot , 2016 +# Paolo Valier , 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: <>\n" -"Language-Team: Italian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/it/)\n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-11-26 01:45+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" @@ -18,15 +20,30 @@ 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 "" +msgstr "Azione" #. 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" @@ -43,210 +60,334 @@ msgid "Auditlog - Rule" msgstr "" #. 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 "Contesto" + +#. 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 "" +msgstr "Creato da" #. 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 "" +msgstr "Creato il" #. 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 "Data" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description +msgid "Description" +msgstr "Descrizione" + +#. 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 "Nome da visualizzare" #. 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 "Bozza" + +#. module: auditlog +#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0 +msgid "Fast log" msgstr "" #. module: auditlog -#: field:auditlog.log.line,field_id:0 +#: 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 "Campi aggiornati" + +#. module: auditlog +#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0 +msgid "Full log" msgstr "" #. module: auditlog -#: view:auditlog.log:auditlog.view_auditlog_log_search -#: view:auditlog.rule:auditlog.view_auditlog_rule_search +#: 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 "Raggruppa per..." + +#. module: auditlog +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form +msgid "HTTP Context" +msgstr "Contesto 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 "" #. module: auditlog -#: field:auditlog.log,id:0 field:auditlog.log.line,id:0 -#: field:auditlog.rule,id:0 +#: 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 "Richiesta 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 "" +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 modifica il" #. 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_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 "" +msgstr "Ultimo aggiornamento da" #. 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 "" +msgstr "Ultimo aggiornamento il" #. 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 "" #. 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 "" #. module: auditlog -#: field:auditlog.rule,log_create:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create msgid "Log Creates" msgstr "" #. module: auditlog -#: field:auditlog.rule,log_unlink:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink msgid "Log Deletes" msgstr "" #. module: auditlog -#: field:auditlog.rule,log_read:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read msgid "Log Reads" msgstr "" #. module: auditlog -#: field:auditlog.rule,log_write:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write msgid "Log Writes" msgstr "" #. 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 "" #. module: auditlog -#: field:auditlog.log,method:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method msgid "Method" -msgstr "" +msgstr "Metodo" #. 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 "Modello" #. 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 "Nome" #. 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 "" #. 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 "" #. 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 "" #. 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 "" #. 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 "Percorso" + +#. 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 "" +msgstr "ID Risorsa" #. module: auditlog -#: field:auditlog.log,name:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name msgid "Resource Name" +msgstr "Nome della Risorsa" + +#. 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 -#: view:auditlog.rule:auditlog.view_auditlog_rule_form +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form msgid "Rule" msgstr "" #. 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 "" #. 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 "" #. 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 "" #. 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 "" #. 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 "" #. 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 "" #. 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 "Sessione" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name +msgid "Session ID" +msgstr "ID Sessione" + +#. 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 "" +msgstr "Stato" #. module: auditlog -#: view:auditlog.rule:auditlog.view_auditlog_rule_form +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form msgid "Subscribe" -msgstr "" +msgstr "Sottoscrivi" #. 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 "Sottoscritto" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name +msgid "Technical name" msgstr "" #. module: auditlog @@ -257,33 +398,58 @@ msgid "" msgstr "" #. 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 "" #. 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 "Utente" #. module: auditlog -#: field:auditlog.rule,user_ids:0 -msgid "Users" +#: 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 -#: view:auditlog.log:auditlog.view_auditlog_log_form -msgid "Values" +#: 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 -#: code:addons/auditlog/models/rule.py:478 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids +msgid "Users" +msgstr "Utenti" + +#. module: auditlog +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form +msgid "Values" +msgstr "Valori" + +#. module: auditlog +#: 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/ja.po b/auditlog/i18n/ja.po new file mode 100644 index 00000000000..f4f80ef2071 --- /dev/null +++ b/auditlog/i18n/ja.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: 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: 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/ko.po b/auditlog/i18n/ko.po new file mode 100644 index 00000000000..1066833f84a --- /dev/null +++ b/auditlog/i18n/ko.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: 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: 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/lt.po b/auditlog/i18n/lt.po new file mode 100644 index 00000000000..3399629c6df --- /dev/null +++ b/auditlog/i18n/lt.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: 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: 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 "Kontekstas" + +#. 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 "Sukūrė" + +#. 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 "Sukurta" + +#. 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 "Aprašymas" + +#. 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 "Vaizduojamas pavadinimas" + +#. module: auditlog +#: selection:auditlog.rule,state:0 +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search +msgid "Draft" +msgstr "Juodraštis" + +#. 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 "Grupuoti pagal..." + +#. 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 "Paskutinį kartą keista" + +#. 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 "Paskutinį kartą atnaujino" + +#. 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 "Paskutinį kartą atnaujinta" + +#. 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 "Pavadinimas" + +#. 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 "Tipas" + +#. 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 "Naudotojas" + +#. 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/lt_LT.po b/auditlog/i18n/lt_LT.po new file mode 100644 index 00000000000..ea6b26a42c5 --- /dev/null +++ b/auditlog/i18n/lt_LT.po @@ -0,0 +1,454 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * auditlog +# +# Translators: +# Arminas Grigonis , 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: 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: 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 "Sukūrė" + +#. 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 "Sukurta" + +#. 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 "Paskutinį kartą atnaujino" + +#. 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 "Paskutinį kartą atnaujinta" + +#. 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/lv.po b/auditlog/i18n/lv.po new file mode 100644 index 00000000000..2bc57562b39 --- /dev/null +++ b/auditlog/i18n/lv.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: 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: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id +msgid "Action" +msgstr "Darbība" + +#. 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 "Konteksts" + +#. 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 "Izveidoja" + +#. 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 "Izveidots" + +#. module: auditlog +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search +msgid "Date" +msgstr "Datums" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description +msgid "Description" +msgstr "Apraksts" + +#. 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 "Grupēt pēc..." + +#. 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 "Pēdējo reizi atjaunoja" + +#. 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 "Pēdējās izmaiņas" + +#. 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 "Nosaukums" + +#. 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 "Tips" + +#. 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 "Lietotājs" + +#. 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/mk.po b/auditlog/i18n/mk.po new file mode 100644 index 00000000000..24a74541090 --- /dev/null +++ b/auditlog/i18n/mk.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: 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: 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/mn.po b/auditlog/i18n/mn.po new file mode 100644 index 00000000000..53bc2f442bb --- /dev/null +++ b/auditlog/i18n/mn.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: 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: 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/nb.po b/auditlog/i18n/nb.po new file mode 100644 index 00000000000..d5dd72b3a5e --- /dev/null +++ b/auditlog/i18n/nb.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: 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: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id +msgid "Action" +msgstr "Tiltak" + +#. module: auditlog +#: model:ir.ui.menu,name:auditlog.menu_audit +msgid "Audit" +msgstr "Revisjon" + +#. 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 "Opprettet av" + +#. 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 "Opprettet den" + +#. module: auditlog +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search +msgid "Date" +msgstr "Dato" + +#. 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 "Visnings navn" + +#. module: auditlog +#: selection:auditlog.rule,state:0 +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search +msgid "Draft" +msgstr "Utkast" + +#. 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 "Grupper etter ..." + +#. 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 "Sist oppdatert " + +#. 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 "Sist oppdatert av" + +#. 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 "Sist oppdatert" + +#. 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 "Logg" + +#. 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 "Status" + +#. 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 "Bruker" + +#. 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/nb_NO.po b/auditlog/i18n/nb_NO.po new file mode 100644 index 00000000000..f939a2f5bf6 --- /dev/null +++ b/auditlog/i18n/nb_NO.po @@ -0,0 +1,454 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * auditlog +# +# Translators: +# Imre Kristoffer Eilertsen , 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: 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: 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 "Laget av" + +#. 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 "Laget 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 "" + +#. 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 "Vis navn" + +#. module: auditlog +#: selection:auditlog.rule,state:0 +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search +msgid "Draft" +msgstr "Drøfting" + +#. 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 "Sist endret 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 "Sist oppdatert av" + +#. 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 "Sist oppdatert 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 "" + +#. 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 "Stat" + +#. 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/nl.po b/auditlog/i18n/nl.po new file mode 100644 index 00000000000..3a958dcc121 --- /dev/null +++ b/auditlog/i18n/nl.po @@ -0,0 +1,455 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * auditlog +# +# Translators: +# OCA Transbot , 2016 +# Erwin van der Ploeg , 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: Erwin van der Ploeg , 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: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id +msgid "Action" +msgstr "Actie" + +#. 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 "Aangemaakt door" + +#. 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 "Aangemaakt op" + +#. 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 "Omschrijving" + +#. 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 "Te tonen naam" + +#. module: auditlog +#: selection:auditlog.rule,state:0 +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search +msgid "Draft" +msgstr "Concept" + +#. 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 "Veld" + +#. 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 "Groepeer op..." + +#. 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 "Laatst bijgewerkt op" + +#. 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 "Laatst bijgewerkt door" + +#. 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 "Laatst bijgewerkt op" + +#. 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 "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 "Naam" + +#. 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 "Staat/Provincie" + +#. 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 "Gebruiker" + +#. 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 "Gebruikers" + +#. 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/nl_BE.po b/auditlog/i18n/nl_BE.po new file mode 100644 index 00000000000..dfeaec4a599 --- /dev/null +++ b/auditlog/i18n/nl_BE.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: 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: 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 "Gemaakt door" + +#. 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 "Gemaakt op" + +#. 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 "Omschrijving" + +#. 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 "Schermnaam" + +#. module: auditlog +#: selection:auditlog.rule,state:0 +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search +msgid "Draft" +msgstr "Concept" + +#. 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 "Groeperen op..." + +#. 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 "Laatst Aangepast op" + +#. 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 "Laatst bijgewerkt door" + +#. 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 "Laatst bijgewerkt op" + +#. 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 "Naam:" + +#. 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 "Gebruiker" + +#. 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/pl.po b/auditlog/i18n/pl.po new file mode 100644 index 00000000000..aeb8dc5df9a --- /dev/null +++ b/auditlog/i18n/pl.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: 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: 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 "Utworzone przez" + +#. 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 "Utworzono" + +#. 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 "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 "Wyświetlana nazwa " + +#. module: auditlog +#: selection:auditlog.rule,state:0 +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search +msgid "Draft" +msgstr "Projekt" + +#. 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 "Grupuj wg..." + +#. 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 "Ostatnio modyfikowano" + +#. 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 "Ostatnio modyfikowane przez" + +#. 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 "Ostatnia zmiana" + +#. 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 "Nazwa" + +#. 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 "Stan" + +#. 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 "Typ" + +#. 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żytkownik" + +#. 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/pt.po b/auditlog/i18n/pt.po new file mode 100644 index 00000000000..691f15a9b36 --- /dev/null +++ b/auditlog/i18n/pt.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: 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: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id +msgid "Action" +msgstr "Ação" + +#. 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 "Criado 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 "Criado em" + +#. 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 "Descrição" + +#. 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 "Nome" + +#. module: auditlog +#: selection:auditlog.rule,state:0 +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search +msgid "Draft" +msgstr "Rascunho" + +#. 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 Modificação Em" + +#. 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 Modificação 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 Atualização Em" + +#. 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 "Registo" + +#. 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 "Nome" + +#. 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 "Regras" + +#. 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 "Utilizador" + +#. 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/pt_BR.po b/auditlog/i18n/pt_BR.po index c30871eefbf..8d1aa37ec5d 100644 --- a/auditlog/i18n/pt_BR.po +++ b/auditlog/i18n/pt_BR.po @@ -3,15 +3,15 @@ # * auditlog # # Translators: -# Armando Vulcano Junior , 2015 +# 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 20:40+0000\n" -"Last-Translator: Armando Vulcano Junior \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/pt_BR/)\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: 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" @@ -19,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 "Ação" @@ -28,6 +28,21 @@ msgstr "Ação" msgid "Audit" msgstr "Auditar" +#. module: auditlog +#: model:ir.model,name:auditlog.model_auditlog_autovacuum +msgid "Auditlog - Delete old logs" +msgstr "Auditlog - Deletar logs antigos" + +#. module: auditlog +#: model:ir.model,name:auditlog.model_auditlog_http_session +msgid "Auditlog - HTTP User session log" +msgstr "Auditlog - log da sessão do usuário HTTP" + +#. module: auditlog +#: model:ir.model,name:auditlog.model_auditlog_http_request +msgid "Auditlog - HTTP request log" +msgstr "log requisição HTTP" + #. module: auditlog #: model:ir.model,name:auditlog.model_auditlog_log msgid "Auditlog - Log" @@ -44,212 +59,344 @@ msgid "Auditlog - Rule" msgstr "Histórico de Auditoria - Regras" #. 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 "Criado 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 "Criado em" #. module: auditlog -#: view:auditlog.log:auditlog.view_auditlog_log_search +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search msgid "Date" msgstr "Data" #. module: auditlog -#: view:auditlog.rule:auditlog.view_auditlog_rule_search +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description +msgid "Description" +msgstr "Descrição" + +#. 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 "Nome para Mostrar" + +#. module: auditlog #: selection:auditlog.rule,state:0 +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search msgid "Draft" msgstr "Rascunho" #. 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 "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 atualizados" #. 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 "Agrupado 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 "" + +#. 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 "Identificação" #. 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 atualização em" + +#. 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 atualização 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 atualização em" #. 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 "Histórico" #. 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 "Histórico - Campo atualizado" #. module: auditlog -#: field:auditlog.rule,log_create:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create msgid "Log Creates" msgstr "Histórico Criado" #. module: auditlog -#: field:auditlog.rule,log_unlink:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink msgid "Log Deletes" msgstr "Histórico Excluído" #. module: auditlog -#: field:auditlog.rule,log_read:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read msgid "Log Reads" msgstr "Leitura de Histórico" #. module: auditlog -#: field:auditlog.rule,log_write:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write msgid "Log Writes" msgstr "Gravação de Histórico" #. 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 "Histórico" #. 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 "Nome" #. 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 "Novo Valor" #. 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 "Novo Valor de Texto" #. 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 Antigo" #. 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 "Valor Antigo de Texto" #. 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 "Caminho" + +#. 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 "Identificação do Recurso" #. module: auditlog -#: field:auditlog.log,name:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name msgid "Resource Name" msgstr "Nome do 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 "" + +#. module: auditlog +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form msgid "Rule" msgstr "Regra" #. 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 "Regras" #. 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 "Selecione o modelo do qual deseja gerar histórico" #. 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 "Selecione este se quiser manter o rastreio de criação de qualquer registro do modelo desta regra" +msgstr "" +"Selecione este se quiser manter o rastreio de criação de qualquer registro " +"do modelo desta regra" #. 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 "Selecione este se quiser manter o rastreio de exclusão de qualquer registro do modelo desta regra" +msgstr "" +"Selecione este se quiser manter o rastreio de exclusão de qualquer registro " +"do modelo desta regra" #. 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 "Selecione este se quiser manter o rastreio de modificação de qualquer registro do modelo desta regra" +msgstr "" +"Selecione este se quiser manter o rastreio de modificação de qualquer " +"registro do modelo desta regra" #. 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 "Selecione este se quiser manter o rastreio de leitura/abertura de qualquer registro do modelo desta regra" +msgstr "" +"Selecione este se quiser manter o rastreio de leitura/abertura de qualquer " +"registro do modelo desta regra" #. 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 "" + +#. 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 -#: view:auditlog.rule:auditlog.view_auditlog_rule_form +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form msgid "Subscribe" msgstr "Inscrever" #. 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 "Inscrito" +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name +msgid "Technical name" +msgstr "Nome técnico" + #. module: auditlog #: sql_constraint:auditlog.rule:0 msgid "" @@ -258,33 +405,59 @@ msgid "" msgstr "" #. 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 "Desinscrever" #. 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 "Usuário" #. 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 "Sessão do Usuário" + +#. 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 "Sessões do Usuário" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids msgid "Users" msgstr "Usuários" #. 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 "Ver Histórico" #. 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 "Se um usuário não é incluído, então ele será aplicado para todos os usuários" +msgstr "" +"Se um usuário não é incluído, então ele será aplicado para todos os usuários" diff --git a/auditlog/i18n/pt_PT.po b/auditlog/i18n/pt_PT.po new file mode 100644 index 00000000000..19b37af5fd2 --- /dev/null +++ b/auditlog/i18n/pt_PT.po @@ -0,0 +1,455 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * auditlog +# +# Translators: +# OCA Transbot , 2016 +# Pedro Castro Silva , 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: Pedro Castro Silva , 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: 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 "Criado 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 "Criado em" + +#. 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 "Descrição" + +#. 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 "Nome a Apresentar" + +#. module: auditlog +#: selection:auditlog.rule,state:0 +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search +msgid "Draft" +msgstr "Rascunho" + +#. 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 Modificação Em" + +#. 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 Atualização 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 Atualização Em" + +#. 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 "Método" + +#. 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 "Nome" + +#. 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 "Utilizador" + +#. 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/ro.po b/auditlog/i18n/ro.po new file mode 100644 index 00000000000..33b9757152d --- /dev/null +++ b/auditlog/i18n/ro.po @@ -0,0 +1,456 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * auditlog +# +# 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-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-11-26 01:45+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: 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 de" + +#. 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 la" + +#. 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 "" + +#. 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 "Nume Afişat" + +#. module: auditlog +#: selection:auditlog.rule,state:0 +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search +msgid "Draft" +msgstr "Schiță" + +#. 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 "Grupează după..." + +#. 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 actualizare în" + +#. 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 actualizare făcută 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 "Ultima actualizare la" + +#. 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 "Nume" + +#. 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 "Județ" + +#. 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 "Tip" + +#. 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 "Utilizator" + +#. 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/ru.po b/auditlog/i18n/ru.po index 5d8c11f1a92..972f5ead792 100644 --- a/auditlog/i18n/ru.po +++ b/auditlog/i18n/ru.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: <>\n" -"Language-Team: Russian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/ru/)\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: 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" @@ -18,7 +19,7 @@ msgstr "" "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: auditlog -#: field:auditlog.rule,action_id:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id msgid "Action" msgstr "" @@ -27,6 +28,21 @@ msgstr "" 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" @@ -43,212 +59,336 @@ msgid "Auditlog - Rule" msgstr "" #. 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 "Контекст" + +#. 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 "" +msgstr "Создано" #. 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 "" +msgstr "Создан" #. module: auditlog -#: view:auditlog.log:auditlog.view_auditlog_log_search +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search msgid "Date" +msgstr "Дата" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description +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 -#: 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 "Черновик" + +#. module: auditlog +#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0 +msgid "Fast log" msgstr "" #. module: auditlog -#: field:auditlog.log.line,field_id:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id msgid "Field" msgstr "Поле" #. 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 "" #. 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 "Группировать по .." + +#. 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 -#: field:auditlog.log,id:0 field:auditlog.log.line,id:0 -#: field:auditlog.rule,id:0 +#: 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 -#: 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_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 "" +msgstr "Последний раз обновлено" #. 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 "" +msgstr "Последний раз обновлено" #. 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 "" #. 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 "" #. module: auditlog -#: field:auditlog.rule,log_create:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create msgid "Log Creates" msgstr "" #. module: auditlog -#: field:auditlog.rule,log_unlink:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink msgid "Log Deletes" msgstr "" #. module: auditlog -#: field:auditlog.rule,log_read:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read msgid "Log Reads" msgstr "" #. module: auditlog -#: field:auditlog.rule,log_write:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write msgid "Log Writes" msgstr "" #. 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 "" #. module: auditlog -#: field:auditlog.log,method:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method msgid "Method" msgstr "" #. 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 "Модель" #. 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 "Название" #. 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 "" #. 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 "" #. 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 "" #. 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 "" #. 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 "" #. module: auditlog -#: field:auditlog.log,name:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name msgid "Resource Name" msgstr "" #. 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 "" #. 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 "" #. 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 "" #. 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 "" #. 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 "" #. 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 "" #. 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 "" #. 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 "" + +#. 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 -#: view:auditlog.rule:auditlog.view_auditlog_rule_form +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form msgid "Subscribe" msgstr "" #. 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 "" +#. 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 "" @@ -257,33 +397,58 @@ msgid "" msgstr "" #. 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 "Тип" + +#. module: auditlog +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form msgid "Unsubscribe" msgstr "" #. 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 "Пользователь" #. 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 "" #. module: auditlog -#: view:auditlog.log:auditlog.view_auditlog_log_form +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form msgid "Values" msgstr "" #. module: auditlog -#: code:addons/auditlog/models/rule.py: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/sk.po b/auditlog/i18n/sk.po new file mode 100644 index 00000000000..44a6a8b0186 --- /dev/null +++ b/auditlog/i18n/sk.po @@ -0,0 +1,455 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * auditlog +# +# Translators: +# OCA Transbot , 2016 +# ivbo , 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: ivbo , 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: 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 "Vytvoril" + +#. 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 "Vytvorené" + +#. module: auditlog +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search +msgid "Date" +msgstr "Dátum" + +#. 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 "Zobraziť meno" + +#. 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 "Zoskupiť podľa..." + +#. 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 "Posledná modifikácia" + +#. 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 "Naposledy upravoval" + +#. 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 "Naposledy upravované" + +#. 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 "Logy" + +#. 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 "Meno" + +#. 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 "Typ" + +#. 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/sl.po b/auditlog/i18n/sl.po index 61be912f90c..dde4e2b351c 100644 --- a/auditlog/i18n/sl.po +++ b/auditlog/i18n/sl.po @@ -3,15 +3,15 @@ # * auditlog # # Translators: -# Matjaž Mozetič , 2015 +# 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-26 08:36+0000\n" -"Last-Translator: Matjaž Mozetič \n" -"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/sl/)\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: 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" @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" #. module: auditlog -#: field:auditlog.rule,action_id:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id msgid "Action" msgstr "Ukrep" @@ -28,6 +28,21 @@ msgstr "Ukrep" msgid "Audit" msgstr "Revizija" +#. module: auditlog +#: model:ir.model,name:auditlog.model_auditlog_autovacuum +msgid "Auditlog - Delete old logs" +msgstr "Revizijski dnevnik - izbriši stare dnevnike" + +#. module: auditlog +#: model:ir.model,name:auditlog.model_auditlog_http_session +msgid "Auditlog - HTTP User session log" +msgstr "Revizijski dnevnik - HTTP uporabniške seje" + +#. module: auditlog +#: model:ir.model,name:auditlog.model_auditlog_http_request +msgid "Auditlog - HTTP request log" +msgstr "Revizijski dnevnik - HTTP zahtevki" + #. module: auditlog #: model:ir.model,name:auditlog.model_auditlog_log msgid "Auditlog - Log" @@ -44,247 +59,408 @@ msgid "Auditlog - Rule" msgstr "Revizijski dnevnik - pravila" #. 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 "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 "Ustvaril" #. 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 "Ustvarjeno" #. module: auditlog -#: view:auditlog.log:auditlog.view_auditlog_log_search +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search msgid "Date" msgstr "Datum" #. module: auditlog -#: view:auditlog.rule:auditlog.view_auditlog_rule_search +#: 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 "Prikazni naziv" + +#. module: auditlog #: selection:auditlog.rule,state:0 +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search msgid "Draft" msgstr "Osnutek" #. 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 "Hitri dnevnik" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id msgid "Field" msgstr "Polje" #. 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 "Posodobljena polja" #. 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 "Polni dnevnik" + +#. 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 "" +"Polni dnevnik: izdela razliko med podatki pred in po operaciji (beleži več informacij, kot npr. izračunana polja, ki so bila posodobljena, a je počasnejši)\n" +"Hitri dnevnik: beleži le spremembe nastale med operacijami ustvarjanja in zapisovanja (manj informacij, a je hitrejši)" + +#. 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 "Združi po..." #. 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 "HTTP kontekst" + +#. 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 "HTTP zahtevek" + +#. 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 "HTTP zahtevki" + +#. 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 "Zadnjič spremenjeno" + +#. 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č posodobil" #. 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 "Zadnjič posodobljeno" #. 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 "Dnevnik" #. 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 "Dnevnik - posodobljena polja" #. module: auditlog -#: field:auditlog.rule,log_create:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create msgid "Log Creates" msgstr "Dnevnik ustvarjanja" #. module: auditlog -#: field:auditlog.rule,log_unlink:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink msgid "Log Deletes" msgstr "Dnevnik brisanja" #. module: auditlog -#: field:auditlog.rule,log_read:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read msgid "Log Reads" msgstr "Dnevnik branja" #. module: auditlog -#: field:auditlog.rule,log_write:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write msgid "Log Writes" msgstr "Dnevnik zapisov" #. 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 "Dnevniki" #. module: auditlog -#: field:auditlog.log,method:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method msgid "Method" msgstr "Metoda" #. 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 "Model" #. 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 "Naziv" #. 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 "Nova vrednost" #. 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 "Nova vrednost tekstualno" #. 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 "Stara vrednost" #. 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 "Stara vrednost tekstualno" #. 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 "Pot" + +#. 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 vira" #. module: auditlog -#: field:auditlog.log,name:0 +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name msgid "Resource Name" msgstr "Naziv vira" #. 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 "Korenska URL" + +#. module: auditlog +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form msgid "Rule" msgstr "Pravilo" #. 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 "Pravila" #. 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 "Izbira modela za katerega ustvarjate dnevnik." #. 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 "Izberite, če želite slediti ustvarjanju kateregakoli zapisa na modelu, na katerega se nanaša to pravilo." +msgstr "" +"Izberite, če želite slediti ustvarjanju kateregakoli zapisa na modelu, na " +"katerega se nanaša to pravilo." #. 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 "Izberite, če želite slediti brisanju kateregakoli zapisa na modelu, na katerega se nanaša to pravilo." +msgstr "" +"Izberite, če želite slediti brisanju kateregakoli zapisa na modelu, na " +"katerega se nanaša to pravilo." #. 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 "Izberite, če želite slediti spreminjanju kateregakoli zapisa na modelu, na katerega se nanaša to pravilo." +msgstr "" +"Izberite, če želite slediti spreminjanju kateregakoli zapisa na modelu, na " +"katerega se nanaša to pravilo." #. 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 "Izberite, če želite slediti branju/odpiranju kateregakoli zapisa na modelu, na katerega se nanaša to pravilo." +msgstr "" +"Izberite, če želite slediti branju/odpiranju kateregakoli zapisa na modelu, " +"na katerega se nanaša to pravilo." + +#. 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 "Seja" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name +msgid "Session ID" +msgstr "ID seje" #. 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 "Stanje" #. module: auditlog -#: view:auditlog.rule:auditlog.view_auditlog_rule_form +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form msgid "Subscribe" msgstr "Naroči se" #. 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 "Naročen" +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name +msgid "Technical name" +msgstr "Tehnični naziv" + #. 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 "Za ta model je že določeno pravilo\nNe morete določiti drugega, lahko pa uredite obstoječega." +msgstr "" +"Za ta model je že določeno pravilo\n" +"Ne morete določiti drugega, lahko pa uredite obstoječega." #. 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 "Tip" + +#. module: auditlog +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form msgid "Unsubscribe" msgstr "Odjavi naročnino" #. 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 "Uporabnik" #. 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 "Uporabniška seja" + +#. 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 "Uporabniške seje" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids msgid "Users" msgstr "Uporabniki" #. module: auditlog -#: view:auditlog.log:auditlog.view_auditlog_log_form +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form msgid "Values" msgstr "Vrednosti" #. module: auditlog -#: code:addons/auditlog/models/rule.py:478 +#: code:addons/auditlog/models/rule.py:535 #, python-format msgid "View logs" msgstr "Prikaz dnevnikov" #. 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 "Če ne dodate uporabnika, bo veljalo za vse uporabnike" diff --git a/auditlog/i18n/sr.po b/auditlog/i18n/sr.po new file mode 100644 index 00000000000..3aeed6fb86f --- /dev/null +++ b/auditlog/i18n/sr.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: 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: 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 "Kreiran" + +#. 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 "" + +#. 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 "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 "Tip" + +#. 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/sr@latin.po b/auditlog/i18n/sr@latin.po new file mode 100644 index 00000000000..4199bdd2abb --- /dev/null +++ b/auditlog/i18n/sr@latin.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: 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: 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 "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 "Kreiran" + +#. 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 "Ime za prikaz" + +#. module: auditlog +#: selection:auditlog.rule,state:0 +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search +msgid "Draft" +msgstr "Nacrt" + +#. 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 "Zadnja izmjena" + +#. 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 "Zadnja izmjena" + +#. 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 "Zadnja izmjena" + +#. 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 "Tip" + +#. 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/sv.po b/auditlog/i18n/sv.po new file mode 100644 index 00000000000..1df6419171b --- /dev/null +++ b/auditlog/i18n/sv.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: 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: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id +msgid "Action" +msgstr "Åtgärd" + +#. module: auditlog +#: model:ir.ui.menu,name:auditlog.menu_audit +msgid "Audit" +msgstr "Revision" + +#. 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 "Sammanhang" + +#. 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 "Skapad av" + +#. 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 "Skapad den" + +#. 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 "Beskrivning" + +#. 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 "Visa namn" + +#. module: auditlog +#: selection:auditlog.rule,state:0 +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search +msgid "Draft" +msgstr "Preliminär" + +#. 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 "Gruppera efter..." + +#. 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 "Senast redigerad" + +#. 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 "Senast uppdaterad av" + +#. 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 "Senast uppdaterad" + +#. 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 "Namn" + +#. 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 "Status" + +#. 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 "Typ" + +#. 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 "Användare" + +#. 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/th.po b/auditlog/i18n/th.po new file mode 100644 index 00000000000..17dc9cb7d73 --- /dev/null +++ b/auditlog/i18n/th.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: 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: 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/tr.po b/auditlog/i18n/tr.po new file mode 100644 index 00000000000..c69e3b6d1f0 --- /dev/null +++ b/auditlog/i18n/tr.po @@ -0,0 +1,463 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * auditlog +# +# 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: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id +msgid "Action" +msgstr "Eylem" + +#. module: auditlog +#: model:ir.ui.menu,name:auditlog.menu_audit +msgid "Audit" +msgstr "Denetim" + +#. module: auditlog +#: model:ir.model,name:auditlog.model_auditlog_autovacuum +msgid "Auditlog - Delete old logs" +msgstr "Denetim Günlüğü - Eski günlükleri sil" + +#. module: auditlog +#: model:ir.model,name:auditlog.model_auditlog_http_session +msgid "Auditlog - HTTP User session log" +msgstr "Denetim Günlüğü - HTTP kullanıcı oturum logu" + +#. module: auditlog +#: model:ir.model,name:auditlog.model_auditlog_http_request +msgid "Auditlog - HTTP request log" +msgstr "Denetim Günlüğü - HTTP istek geçmişi" + +#. module: auditlog +#: model:ir.model,name:auditlog.model_auditlog_log +msgid "Auditlog - Log" +msgstr "Denetim Günlüğü - geçmiş" + +#. module: auditlog +#: model:ir.model,name:auditlog.model_auditlog_log_line +msgid "Auditlog - Log details (fields updated)" +msgstr "Denetim Günlüğü - Günlük detatları (güncellenen alanlar) " + +#. module: auditlog +#: model:ir.model,name:auditlog.model_auditlog_rule +msgid "Auditlog - Rule" +msgstr "Denetim Günlüğü - Kural" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_request_user_context +msgid "Context" +msgstr "Bağlam" + +#. 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 "Oluşturan" + +#. 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 "Oluşturuldu" + +#. module: auditlog +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search +msgid "Date" +msgstr "Tarih" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description +msgid "Description" +msgstr "Açıklama" + +#. 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 "Görünen İsim" + +#. module: auditlog +#: selection:auditlog.rule,state:0 +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search +msgid "Draft" +msgstr "Taslak" + +#. module: auditlog +#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0 +msgid "Fast log" +msgstr "Hızlı Günlük" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_id +msgid "Field" +msgstr "Alan" + +#. 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 "Alanlar güncellendi" + +#. module: auditlog +#: selection:auditlog.log,log_type:0 selection:auditlog.rule,log_type:0 +msgid "Full log" +msgstr "Tam Günlük" + +#. 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 "" +"Tam Günlük: İşlemden önceki ve sonraki verinin farkını bulur. (hesaplanan alanlar gibi bilgileri saklar ama daha yavaş çalışır)\n" +"Hızlı Günlük: Sadece oluştur ve yaz işlemleri ile yapılanları kaydeder. (daha az bilgi içerir ama daha hızlıdır)" + +#. 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 "Grupla..." + +#. module: auditlog +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form +msgid "HTTP Context" +msgstr "HTTP Bağlamı" + +#. 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 "HTTP isteği" + +#. 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 "HTTP isteği" + +#. 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 "Son değişiklik" + +#. 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 "Son güncellendi" + +#. 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 "Son güncellenme" + +#. 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 "günlük" + +#. module: auditlog +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form +msgid "Log - Field updated" +msgstr "Günlük - Güncellenen alan" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_create +msgid "Log Creates" +msgstr "Oluşturma günlükleri" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_unlink +msgid "Log Deletes" +msgstr "Silme günlükleri" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_read +msgid "Log Reads" +msgstr "Okuma günlükleri" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_log_write +msgid "Log Writes" +msgstr "Yazma günlükleri" + +#. 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 "günlükler" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_method +msgid "Method" +msgstr "Method" + +#. 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 "Alan" + +#. 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 "Adı" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value +msgid "New Value" +msgstr "Yeni Değer" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_new_value_text +msgid "New value Text" +msgstr "Yeni değer metni" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value +msgid "Old Value" +msgstr "Eski Değer" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_old_value_text +msgid "Old value Text" +msgstr "Eski değer Metni" + +#. 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 "Yol" + +#. 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 "Kaynak ID" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_name +msgid "Resource Name" +msgstr "Kaynak Adı" + +#. 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 "Kök URL" + +#. module: auditlog +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form +msgid "Rule" +msgstr "Kural" + +#. 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 "Kurallar" + +#. module: auditlog +#: model:ir.model.fields,help:auditlog.field_auditlog_rule_model_id +msgid "Select model for which you want to generate log." +msgstr "Günlük oluşturmak istediğiniz modeli seçin." + +#. 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 "" +"bu modelde oluşturulan her kayıt için günlük tutmak isterseniz bunu seçin." + +#. 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 "" +"bu modelde silinen her kayıt için günlük tutmak isterseniz bunu seçin." + +#. 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 "" +"bu modelde değiştirilen her kayıt için günlük tutmak isterseniz bunu seçin." + +#. 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 "" +"bu modelde okunan/açılan her kayıt için günlük tutmak isterseniz bunu seçin." + +#. 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 "Oturum" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_http_session_name +msgid "Session ID" +msgstr "Oturum ID" + +#. 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 "Durum" + +#. module: auditlog +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form +msgid "Subscribe" +msgstr "Üye ol" + +#. module: auditlog +#: selection:auditlog.rule,state:0 +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search +msgid "Subscribed" +msgstr "Üye oldu" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_name +msgid "Technical name" +msgstr "Teknik İsim" + +#. 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 "" +"Bu model için zaten bir kural tanımlanmış\n" +"başka kural tanımlayamazsınız: lütfen olan kaydı güncelleyin." + +#. 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ür" + +#. module: auditlog +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_form +msgid "Unsubscribe" +msgstr "Takibi bırak" + +#. 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 "Kullanıcı" + +#. 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 "Kullanıcı oturumu" + +#. 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 "kullanıcı oturumları" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_user_ids +msgid "Users" +msgstr "Kullanıcılar" + +#. module: auditlog +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_form +msgid "Values" +msgstr "Değerler" + +#. module: auditlog +#: code:addons/auditlog/models/rule.py:535 +#, python-format +msgid "View logs" +msgstr "Günlükleri göster" + +#. 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 "Eğer kullanıcı eklenmediyse bütün kullanıcılar için geçerli olur" diff --git a/auditlog/i18n/tr_TR.po b/auditlog/i18n/tr_TR.po new file mode 100644 index 00000000000..69903c442a5 --- /dev/null +++ b/auditlog/i18n/tr_TR.po @@ -0,0 +1,455 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * auditlog +# +# 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: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_rule_action_id +msgid "Action" +msgstr "Eylem" + +#. 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 "Oluşturan" + +#. 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 "Oluşturulma tarihi" + +#. 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 "Açıklama" + +#. 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 "Görünen ad" + +#. module: auditlog +#: selection:auditlog.rule,state:0 +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search +msgid "Draft" +msgstr "Taslak" + +#. 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 "Kimlik" + +#. 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 "En son güncelleme tarihi" + +#. 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 "En son güncelleyen " + +#. 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 "En son güncelleme tarihi" + +#. 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 "Kayıt" + +#. 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 "Tip" + +#. 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 "Ad" + +#. 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 "Hal" + +#. 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 "Tip" + +#. 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 "Kullanıcı" + +#. 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 "Kullanıcılar" + +#. 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/uk.po b/auditlog/i18n/uk.po new file mode 100644 index 00000000000..916b23bba77 --- /dev/null +++ b/auditlog/i18n/uk.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: 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: 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 "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 "Тип" + +#. 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/vi.po b/auditlog/i18n/vi.po new file mode 100644 index 00000000000..19e29ad4391 --- /dev/null +++ b/auditlog/i18n/vi.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: 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: 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 "Được tạo bởi" + +#. 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 "Được tạo vào" + +#. module: auditlog +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_log_search +msgid "Date" +msgstr "Ngày" + +#. module: auditlog +#: model:ir.model.fields,field_description:auditlog.field_auditlog_log_line_field_description +msgid "Description" +msgstr "Miêu tả" + +#. 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 "Tên hiển thị" + +#. module: auditlog +#: selection:auditlog.rule,state:0 +#: model:ir.ui.view,arch_db:auditlog.view_auditlog_rule_search +msgid "Draft" +msgstr "Dự thảo" + +#. 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 "Sửa lần cuối vào" + +#. 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 "Cập nhật lần cuối vào" + +#. 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 "Tên" + +#. 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 "Loại" + +#. 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 "Người sử dụng" + +#. 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/vi_VN.po b/auditlog/i18n/vi_VN.po new file mode 100644 index 00000000000..b3ee80e0c98 --- /dev/null +++ b/auditlog/i18n/vi_VN.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: 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: 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 "Tạo bởi" + +#. 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 "Tạo vào" + +#. 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 "Mô tả" + +#. 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 "Cập nhật lần cuối bởi" + +#. 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 "Cập nhật lần cuối vào" + +#. 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 "Tên" + +#. 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/zh_CN.po b/auditlog/i18n/zh_CN.po new file mode 100644 index 00000000000..dc0ba76bf91 --- /dev/null +++ b/auditlog/i18n/zh_CN.po @@ -0,0 +1,455 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * auditlog +# +# Translators: +# OCA Transbot , 2016 +# Jeffery Chen Fan , 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: Jeffery Chen Fan , 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: 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 "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 "草稿" + +#. 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 "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 "最后更新者" + +#. 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 "Technical name" + +#. 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/zh_TW.po b/auditlog/i18n/zh_TW.po new file mode 100644 index 00000000000..1b65d194566 --- /dev/null +++ b/auditlog/i18n/zh_TW.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: 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: 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/migrations/8.0.1.0/pre-migration.py b/auditlog/migrations/8.0.1.0/pre-migration.py deleted file mode 100644 index 3fe51e77ce5..00000000000 --- a/auditlog/migrations/8.0.1.0/pre-migration.py +++ /dev/null @@ -1,26 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# This module copyright (C) 2015 Therp BV (). -# -# 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 . -# -############################################################################## -from openerp.addons.auditlog import migrate_from_audittrail - - -def migrate(cr, version): - """if we migrate from an older version, it's a migration from audittrail""" - migrate_from_audittrail(cr) diff --git a/auditlog/models/__init__.py b/auditlog/models/__init__.py index eb562a4c061..ce5b89899e4 100644 --- a/auditlog/models/__init__.py +++ b/auditlog/models/__init__.py @@ -1,23 +1,9 @@ # -*- 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 rule +from . import http_session +from . import http_request from . import log +from . import autovacuum diff --git a/auditlog/models/autovacuum.py b/auditlog/models/autovacuum.py new file mode 100644 index 00000000000..8c9d8b334b3 --- /dev/null +++ b/auditlog/models/autovacuum.py @@ -0,0 +1,41 @@ +# -*- coding: utf-8 -*- +# © 2016 ABF OSIELL +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +import logging +from datetime import datetime, timedelta + +from openerp import models, fields, api + + +_logger = logging.getLogger(__name__) + + +class AuditlogAutovacuum(models.TransientModel): + _name = 'auditlog.autovacuum' + _description = "Auditlog - Delete old logs" + + @api.model + def autovacuum(self, days): + """Delete all logs older than ``days``. This includes: + - CRUD logs (create, read, write, unlink) + - HTTP requests + - HTTP user sessions + + Called from a cron. + """ + days = (days > 0) and int(days) or 0 + deadline = datetime.now() - timedelta(days=days) + data_models = ( + 'auditlog.log', + 'auditlog.http.request', + 'auditlog.http.session', + ) + for data_model in data_models: + records = self.env[data_model].search( + [('create_date', '<=', fields.Datetime.to_string(deadline))]) + nb_records = len(records) + records.unlink() + _logger.info( + u"AUTOVACUUM - %s '%s' records deleted", + nb_records, data_model) + return True diff --git a/auditlog/models/http_request.py b/auditlog/models/http_request.py new file mode 100644 index 00000000000..a1759bd477f --- /dev/null +++ b/auditlog/models/http_request.py @@ -0,0 +1,69 @@ +# -*- coding: utf-8 -*- +# © 2015 ABF OSIELL +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from psycopg2.extensions import AsIs + +from openerp import models, fields, api +from openerp.http import request + + +class AuditlogHTTPRequest(models.Model): + _name = 'auditlog.http.request' + _description = u"Auditlog - HTTP request log" + _order = "create_date DESC" + _rec_name = 'display_name' + + display_name = fields.Char(u"Name", compute="_compute_display_name") + name = fields.Char(u"Path") + root_url = fields.Char(u"Root URL") + user_id = fields.Many2one( + 'res.users', string=u"User") + http_session_id = fields.Many2one( + 'auditlog.http.session', string=u"Session") + user_context = fields.Char(u"Context") + log_ids = fields.One2many( + 'auditlog.log', 'http_request_id', string=u"Logs") + + @api.multi + def _compute_display_name(self): + for httprequest in self: + create_date = fields.Datetime.from_string(httprequest.create_date) + tz_create_date = fields.Datetime.context_timestamp( + httprequest, create_date) + httprequest.display_name = u"%s (%s)" % ( + httprequest.name or '?', + fields.Datetime.to_string(tz_create_date)) + + @api.model + def current_http_request(self): + """Create a log corresponding to the current HTTP request, and returns + its ID. This method can be called several times during the + HTTP query/response cycle, it will only log the request on the + first call. + If no HTTP request is available, returns `False`. + """ + if not request: + return False + http_session_model = self.env['auditlog.http.session'] + httprequest = request.httprequest + if httprequest: + if hasattr(httprequest, 'auditlog_http_request_id'): + # Verify existence. Could have been rolled back after a + # concurrency error + self.env.cr.execute( + "SELECT id FROM %s WHERE id = %s", ( + AsIs(self._table), + httprequest.auditlog_http_request_id)) + if self.env.cr.fetchone(): + return httprequest.auditlog_http_request_id + vals = { + 'name': httprequest.path, + 'root_url': httprequest.url_root, + 'user_id': request.uid, + 'http_session_id': http_session_model.current_http_session(), + 'user_context': request.context, + } + httprequest.auditlog_http_request_id = self.create(vals).id + return httprequest.auditlog_http_request_id + return False diff --git a/auditlog/models/http_session.py b/auditlog/models/http_session.py new file mode 100644 index 00000000000..e89043bd2cf --- /dev/null +++ b/auditlog/models/http_session.py @@ -0,0 +1,56 @@ +# -*- coding: utf-8 -*- +# © 2015 ABF OSIELL +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from openerp import models, fields, api +from openerp.http import request + + +class AuditlogtHTTPSession(models.Model): + _name = 'auditlog.http.session' + _description = u"Auditlog - HTTP User session log" + _order = "create_date DESC" + _rec_name = 'display_name' + + display_name = fields.Char(u"Name", compute="_compute_display_name") + name = fields.Char(u"Session ID", index=True) + user_id = fields.Many2one( + 'res.users', string=u"User", index=True) + http_request_ids = fields.One2many( + 'auditlog.http.request', 'http_session_id', string=u"HTTP Requests") + + @api.multi + def _compute_display_name(self): + for httpsession in self: + create_date = fields.Datetime.from_string(httpsession.create_date) + tz_create_date = fields.Datetime.context_timestamp( + httpsession, create_date) + httpsession.display_name = u"%s (%s)" % ( + httpsession.user_id and httpsession.user_id.name or '?', + fields.Datetime.to_string(tz_create_date)) + + @api.model + def current_http_session(self): + """Create a log corresponding to the current HTTP user session, and + returns its ID. This method can be called several times during the + HTTP query/response cycle, it will only log the user session on the + first call. + If no HTTP user session is available, returns `False`. + """ + if not request: + return False + httpsession = request.httpsession + if httpsession: + existing_session = self.search( + [('name', '=', httpsession.sid), + ('user_id', '=', request.uid)], + limit=1) + if existing_session: + return existing_session.id + vals = { + 'name': httpsession.sid, + 'user_id': request.uid, + } + httpsession.auditlog_http_session_id = self.create(vals).id + return httpsession.auditlog_http_session_id + return False diff --git a/auditlog/models/log.py b/auditlog/models/log.py index b222c470eb2..66c6a55545d 100644 --- a/auditlog/models/log.py +++ b/auditlog/models/log.py @@ -1,28 +1,10 @@ # -*- 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 openerp import models, fields -class auditlog_log(models.Model): +class AuditlogLog(models.Model): _name = 'auditlog.log' _description = "Auditlog - Log" _order = "create_date desc" @@ -36,16 +18,25 @@ class auditlog_log(models.Model): method = fields.Char(u"Method", size=64) line_ids = fields.One2many( 'auditlog.log.line', 'log_id', string=u"Fields updated") + http_session_id = fields.Many2one( + 'auditlog.http.session', string=u"Session") + http_request_id = fields.Many2one( + 'auditlog.http.request', string=u"HTTP Request") + log_type = fields.Selection( + [('full', u"Full log"), + ('fast', u"Fast log"), + ], + string=u"Type") -class auditlog_log_line(models.Model): +class AuditlogLogLine(models.Model): _name = 'auditlog.log.line' _description = "Auditlog - Log details (fields updated)" field_id = fields.Many2one( 'ir.model.fields', ondelete='cascade', string=u"Field", required=True) log_id = fields.Many2one( - 'auditlog.log', string=u"Log", ondelete='cascade') + 'auditlog.log', string=u"Log", ondelete='cascade', index=True) old_value = fields.Text(u"Old Value") new_value = fields.Text(u"New Value") old_value_text = fields.Text(u"Old value Text") diff --git a/auditlog/models/rule.py b/auditlog/models/rule.py index 4f18c4a3e2f..482358edba5 100644 --- a/auditlog/models/rule.py +++ b/auditlog/models/rule.py @@ -1,23 +1,6 @@ # -*- 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 openerp import models, fields, api, modules, _, SUPERUSER_ID, sql_db @@ -58,7 +41,7 @@ def unchanged(self): if self.past_dict[o] == self.current_dict[o]) -class auditlog_rule(models.Model): +class AuditlogRule(models.Model): _name = 'auditlog.rule' _description = "Auditlog - Rule" @@ -88,6 +71,16 @@ class auditlog_rule(models.Model): u"Log Creates", default=True, help=(u"Select this if you want to keep track of creation on any " u"record of the model of this rule")) + log_type = fields.Selection( + [('full', u"Full log"), + ('fast', u"Fast log"), + ], + string=u"Type", required=True, default='full', + help=(u"Full log: make a diff between the data before and after " + u"the operation (log more info like computed fields which were " + u"updated, but it is slower)\n" + u"Fast log: only log the changes made through the create and " + u"write operations (less information, but it is faster)")) # log_action = fields.Boolean( # "Log Action", # help=("Select this if you want to keep track of actions on the " @@ -110,7 +103,7 @@ class auditlog_rule(models.Model): def _register_hook(self, cr, ids=None): """Get all rules and apply them to log method calls.""" - super(auditlog_rule, self)._register_hook(cr) + super(AuditlogRule, self)._register_hook(cr) if not hasattr(self.pool, '_auditlog_field_cache'): self.pool._auditlog_field_cache = {} if not hasattr(self.pool, '_auditlog_model_cache'): @@ -137,28 +130,28 @@ def _patch_methods(self): check_attr = 'auditlog_ruled_create' if getattr(rule, 'log_create') \ and not hasattr(model_model, check_attr): - model_model._patch_method('create', self._make_create()) + model_model._patch_method('create', rule._make_create()) setattr(model_model, check_attr, True) updated = True # -> read check_attr = 'auditlog_ruled_read' if getattr(rule, 'log_read') \ and not hasattr(model_model, check_attr): - model_model._patch_method('read', self._make_read()) + model_model._patch_method('read', rule._make_read()) setattr(model_model, check_attr, True) updated = True # -> write check_attr = 'auditlog_ruled_write' if getattr(rule, 'log_write') \ and not hasattr(model_model, check_attr): - model_model._patch_method('write', self._make_write()) + model_model._patch_method('write', rule._make_write()) setattr(model_model, check_attr, True) updated = True # -> unlink check_attr = 'auditlog_ruled_unlink' if getattr(rule, 'log_unlink') \ and not hasattr(model_model, check_attr): - model_model._patch_method('unlink', self._make_unlink()) + model_model._patch_method('unlink', rule._make_unlink()) setattr(model_model, check_attr, True) updated = True return updated @@ -178,52 +171,70 @@ def _revert_methods(self): modules.registry.RegistryManager.signal_registry_change( self.env.cr.dbname) - # Unable to find a way to declare the `create` method with the new API, - # errors occurs with the `_register_hook()` BaseModel method. - def create(self, cr, uid, vals, context=None): + @api.model + def create(self, vals): """Update the registry when a new rule is created.""" - res_id = super(auditlog_rule, self).create( - cr, uid, vals, context=context) - if self._register_hook(cr, [res_id]): - modules.registry.RegistryManager.signal_registry_change(cr.dbname) - return res_id - - # Unable to find a way to declare the `write` method with the new API, - # errors occurs with the `_register_hook()` BaseModel method. - def write(self, cr, uid, ids, vals, context=None): + new_record = super(AuditlogRule, self).create(vals) + if self._model._register_hook(self.env.cr, new_record.ids): + modules.registry.RegistryManager.signal_registry_change( + self.env.cr.dbname) + return new_record + + @api.multi + def write(self, vals): """Update the registry when existing rules are updated.""" - if isinstance(ids, (int, long)): - ids = [ids] - super(auditlog_rule, self).write(cr, uid, ids, vals, context=context) - if self._register_hook(cr, ids): - modules.registry.RegistryManager.signal_registry_change(cr.dbname) + super(AuditlogRule, self).write(vals) + if self._model._register_hook(self.env.cr, self.ids): + modules.registry.RegistryManager.signal_registry_change( + self.env.cr.dbname) return True @api.multi def unlink(self): """Unsubscribe rules before removing them.""" self.unsubscribe() - return super(auditlog_rule, self).unlink() + return super(AuditlogRule, self).unlink() + @api.multi def _make_create(self): """Instanciate a create method that log its calls.""" + self.ensure_one() + log_type = self.log_type + @api.model @api.returns('self', lambda value: value.id) - def create(self, vals, **kwargs): + def create_full(self, vals, **kwargs): self = self.with_context(auditlog_disabled=True) rule_model = self.env['auditlog.rule'] - new_record = create.origin(self, vals, **kwargs) + new_record = create_full.origin(self, vals, **kwargs) new_values = dict( - (d['id'], d) for d in new_record.sudo().read( - list(self._fields))) + (d['id'], d) for d in new_record.sudo() + .with_context(prefetch_fields=False).read(list(self._fields))) rule_model.sudo().create_logs( self.env.uid, self._name, new_record.ids, - 'create', None, new_values) + 'create', None, new_values, {'log_type': log_type}) return new_record - return create + @api.model + @api.returns('self', lambda value: value.id) + def create_fast(self, vals, **kwargs): + self = self.with_context(auditlog_disabled=True) + rule_model = self.env['auditlog.rule'] + vals2 = dict(vals) + new_record = create_fast.origin(self, vals, **kwargs) + new_values = {new_record.id: vals2} + rule_model.sudo().create_logs( + self.env.uid, self._name, new_record.ids, + 'create', None, new_values, {'log_type': log_type}) + return new_record + + return create_full if self.log_type == 'full' else create_fast + + @api.multi def _make_read(self): """Instanciate a read method that log its calls.""" + self.ensure_one() + log_type = self.log_type def read(self, *args, **kwargs): result = read.origin(self, *args, **kwargs) @@ -248,7 +259,7 @@ def read(self, *args, **kwargs): rule_model = env['auditlog.rule'] rule_model.sudo().create_logs( env.uid, self._name, ids, - 'read', read_values) + 'read', read_values, None, {'log_type': log_type}) # New API else: # If the call came from auditlog itself, skip logging: @@ -261,44 +272,84 @@ def read(self, *args, **kwargs): rule_model = self.env['auditlog.rule'] rule_model.sudo().create_logs( self.env.uid, self._name, self.ids, - 'read', read_values) + 'read', read_values, None, {'log_type': log_type}) return result return read + @api.multi def _make_write(self): """Instanciate a write method that log its calls.""" + self.ensure_one() + log_type = self.log_type + @api.multi - def write(self, vals, **kwargs): + def write_full(self, vals, **kwargs): self = self.with_context(auditlog_disabled=True) rule_model = self.env['auditlog.rule'] old_values = dict( - (d['id'], d) for d in self.sudo().read(list(self._fields))) - result = write.origin(self, vals, **kwargs) + (d['id'], d) for d in self.sudo() + .with_context(prefetch_fields=False).read(list(self._fields))) + result = write_full.origin(self, vals, **kwargs) new_values = dict( - (d['id'], d) for d in self.sudo().read(list(self._fields))) + (d['id'], d) for d in self.sudo() + .with_context(prefetch_fields=False).read(list(self._fields))) + rule_model.sudo().create_logs( + self.env.uid, self._name, self.ids, + 'write', old_values, new_values, {'log_type': log_type}) + return result + + @api.multi + def write_fast(self, vals, **kwargs): + self = self.with_context(auditlog_disabled=True) + rule_model = self.env['auditlog.rule'] + # Log the user input only, no matter if the `vals` is updated + # afterwards as it could not represent the real state + # of the data in the database + vals2 = dict(vals) + old_vals2 = dict.fromkeys(vals2.keys(), False) + old_values = dict((id_, old_vals2) for id_ in self.ids) + new_values = dict((id_, vals2) for id_ in self.ids) + result = write_fast.origin(self, vals, **kwargs) rule_model.sudo().create_logs( self.env.uid, self._name, self.ids, - 'write', old_values, new_values) + 'write', old_values, new_values, {'log_type': log_type}) return result - return write + return write_full if self.log_type == 'full' else write_fast + + @api.multi def _make_unlink(self): """Instanciate an unlink method that log its calls.""" + self.ensure_one() + log_type = self.log_type + @api.multi - def unlink(self, **kwargs): + def unlink_full(self, **kwargs): self = self.with_context(auditlog_disabled=True) rule_model = self.env['auditlog.rule'] old_values = dict( - (d['id'], d) for d in self.sudo().read(list(self._fields))) + (d['id'], d) for d in self.sudo() + .with_context(prefetch_fields=False).read(list(self._fields))) rule_model.sudo().create_logs( - self.env.uid, self._name, self.ids, 'unlink', old_values) - return unlink.origin(self, **kwargs) - return unlink + self.env.uid, self._name, self.ids, 'unlink', old_values, None, + {'log_type': log_type}) + return unlink_full.origin(self, **kwargs) + + @api.multi + def unlink_fast(self, **kwargs): + self = self.with_context(auditlog_disabled=True) + rule_model = self.env['auditlog.rule'] + rule_model.sudo().create_logs( + self.env.uid, self._name, self.ids, 'unlink', None, None, + {'log_type': log_type}) + return unlink_fast.origin(self, **kwargs) + + return unlink_full if self.log_type == 'full' else unlink_fast def create_logs(self, uid, res_model, res_ids, method, old_values=None, new_values=None, additional_log_values=None): - """Create logs. `old_values` and `new_values` are dictionnaries, e.g: + """Create logs. `old_values` and `new_values` are dictionaries, e.g: {RES_ID: {'FIELD': VALUE, ...}} """ if old_values is None: @@ -306,6 +357,8 @@ def create_logs(self, uid, res_model, res_ids, method, if new_values is None: new_values = EMPTY_DICT log_model = self.env['auditlog.log'] + http_request_model = self.env['auditlog.http.request'] + http_session_model = self.env['auditlog.http.session'] for res_id in res_ids: model_model = self.env[res_model] name = model_model.browse(res_id).name_get() @@ -316,6 +369,8 @@ def create_logs(self, uid, res_model, res_ids, method, 'res_id': res_id, 'method': method, 'user_id': uid, + 'http_request_id': http_request_model.current_http_request(), + 'http_session_id': http_session_model.current_http_session(), } vals.update(additional_log_values or {}) log = log_model.create(vals) @@ -412,7 +467,8 @@ def _prepare_log_line_vals_on_write( 'new_value_text': new_values[log.res_id][field['name']], } # for *2many fields, log the name_get - if field['relation'] and '2many' in field['ttype']: + if log.log_type == 'full' and field['relation'] \ + and '2many' in field['ttype']: # Filter IDs to prevent a 'name_get()' call on deleted resources existing_ids = self.env[field['relation']]._search( [('id', 'in', vals['old_value'])]) @@ -457,7 +513,8 @@ def _prepare_log_line_vals_on_create(self, log, field, new_values): 'new_value': new_values[log.res_id][field['name']], 'new_value_text': new_values[log.res_id][field['name']], } - if field['relation'] and '2many' in field['ttype']: + if log.log_type == 'full' and field['relation'] \ + and '2many' in field['ttype']: new_value_text = self.env[field['relation']].browse( vals['new_value']).name_get() vals['new_value_text'] = new_value_text diff --git a/auditlog/security/ir.model.access.csv b/auditlog/security/ir.model.access.csv index 1bb8381d094..32744cc2154 100644 --- a/auditlog/security/ir.model.access.csv +++ b/auditlog/security/ir.model.access.csv @@ -2,7 +2,11 @@ id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink access_auditlog_rule_user,auditlog_rule_user,model_auditlog_rule,base.group_user,0,0,0,0 access_auditlog_log_user,auditlog_log_user,model_auditlog_log,base.group_user,0,0,0,0 access_auditlog_log_line_user,auditlog_log_line_user,model_auditlog_log_line,base.group_user,0,0,0,0 +access_auditlog_http_session_user,auditlog_http_session_user,model_auditlog_http_session,base.group_user,0,0,0,0 +access_auditlog_http_request_user,auditlog_http_request_user,model_auditlog_http_request,base.group_user,0,0,0,0 access_auditlog_rule_manager,auditlog_rule_manager,model_auditlog_rule,base.group_erp_manager,1,1,1,1 access_auditlog_log_manager,auditlog_log_manager,model_auditlog_log,base.group_erp_manager,1,1,1,1 access_auditlog_log_line_manager,auditlog_log_line_manager,model_auditlog_log_line,base.group_erp_manager,1,1,1,1 +access_auditlog_http_session_manager,auditlog_http_session_manager,model_auditlog_http_session,base.group_erp_manager,1,1,1,1 +access_auditlog_http_request_manager,auditlog_http_request_manager,model_auditlog_http_request,base.group_erp_manager,1,1,1,1 diff --git a/auditlog/static/description/autovacuum.png b/auditlog/static/description/autovacuum.png new file mode 100644 index 00000000000..67b47c4b737 Binary files /dev/null and b/auditlog/static/description/autovacuum.png differ diff --git a/auditlog/static/description/icon.png b/auditlog/static/description/icon.png index 3a0328b516c..6b0ac9f1e9f 100644 Binary files a/auditlog/static/description/icon.png and b/auditlog/static/description/icon.png differ diff --git a/auditlog/static/description/icon.xcf b/auditlog/static/description/icon.xcf new file mode 100644 index 00000000000..1915c6f455a Binary files /dev/null and b/auditlog/static/description/icon.xcf differ diff --git a/auditlog/static/description/log.png b/auditlog/static/description/log.png new file mode 100644 index 00000000000..a1534eb0988 Binary files /dev/null and b/auditlog/static/description/log.png differ diff --git a/auditlog/static/description/logs.png b/auditlog/static/description/logs.png new file mode 100644 index 00000000000..6969488fbe5 Binary files /dev/null and b/auditlog/static/description/logs.png differ diff --git a/auditlog/static/description/rule.png b/auditlog/static/description/rule.png new file mode 100644 index 00000000000..364e6252b87 Binary files /dev/null and b/auditlog/static/description/rule.png differ diff --git a/auditlog/tests/__init__.py b/auditlog/tests/__init__.py index a688b88a7db..1d57467d8d0 100644 --- a/auditlog/tests/__init__.py +++ b/auditlog/tests/__init__.py @@ -1,21 +1,5 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# This module copyright (C) 2015 Therp BV (). -# -# 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 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from . import test_auditlog +from . import test_autovacuum diff --git a/auditlog/tests/test_auditlog.py b/auditlog/tests/test_auditlog.py index 18497bdad3e..556af97c927 100644 --- a/auditlog/tests/test_auditlog.py +++ b/auditlog/tests/test_auditlog.py @@ -1,43 +1,10 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# This module copyright (C) 2015 Therp BV (). -# -# 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 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from openerp.tests.common import TransactionCase -class TestAuditlog(TransactionCase): - def setUp(self): - super(TestAuditlog, self).setUp() - self.groups_model_id = self.env.ref('base.model_res_groups').id - self.groups_rule = self.env['auditlog.rule'].create({ - 'name': 'testrule for groups', - 'model_id': self.groups_model_id, - 'log_read': True, - 'log_create': True, - 'log_write': True, - 'log_unlink': True, - 'state': 'subscribed', - }) - - def tearDown(self): - self.groups_rule.unlink() - super(TestAuditlog, self).tearDown() +class TestAuditlog(object): def test_LogCreation(self): """First test, caching some data.""" @@ -105,3 +72,45 @@ def test_LogCreation3(self): ('method', '=', 'write'), ('res_id', '=', testgroup4.id), ]).ensure_one()) + + +class TestAuditlogFull(TransactionCase, TestAuditlog): + + def setUp(self): + super(TestAuditlogFull, self).setUp() + self.groups_model_id = self.env.ref('base.model_res_groups').id + self.groups_rule = self.env['auditlog.rule'].create({ + 'name': 'testrule for groups', + 'model_id': self.groups_model_id, + 'log_read': True, + 'log_create': True, + 'log_write': True, + 'log_unlink': True, + 'state': 'subscribed', + 'log_type': 'full', + }) + + def tearDown(self): + self.groups_rule.unlink() + super(TestAuditlogFull, self).tearDown() + + +class TestAuditlogFast(TransactionCase, TestAuditlog): + + def setUp(self): + super(TestAuditlogFast, self).setUp() + self.groups_model_id = self.env.ref('base.model_res_groups').id + self.groups_rule = self.env['auditlog.rule'].create({ + 'name': 'testrule for groups', + 'model_id': self.groups_model_id, + 'log_read': True, + 'log_create': True, + 'log_write': True, + 'log_unlink': True, + 'state': 'subscribed', + 'log_type': 'fast', + }) + + def tearDown(self): + self.groups_rule.unlink() + super(TestAuditlogFast, self).tearDown() diff --git a/auditlog/tests/test_autovacuum.py b/auditlog/tests/test_autovacuum.py new file mode 100644 index 00000000000..720e93e4550 --- /dev/null +++ b/auditlog/tests/test_autovacuum.py @@ -0,0 +1,48 @@ +# -*- coding: utf-8 -*- +# © 2016 ABF OSIELL +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +import time + +from openerp.tests.common import TransactionCase + + +class TestAuditlogAutovacuum(TransactionCase): + + def setUp(self): + super(TestAuditlogAutovacuum, self).setUp() + self.groups_model_id = self.env.ref('base.model_res_groups').id + self.groups_rule = self.env['auditlog.rule'].create({ + 'name': 'testrule for groups', + 'model_id': self.groups_model_id, + 'log_read': True, + 'log_create': True, + 'log_write': True, + 'log_unlink': True, + 'state': 'subscribed', + 'log_type': 'full', + }) + + def tearDown(self): + self.groups_rule.unlink() + super(TestAuditlogAutovacuum, self).tearDown() + + def test_autovacuum(self): + log_model = self.env['auditlog.log'] + autovacuum_model = self.env['auditlog.autovacuum'] + group = self.env['res.groups'].create({ + 'name': 'testgroup1', + }) + nb_logs = log_model.search_count([ + ('model_id', '=', self.groups_model_id), + ('res_id', '=', group.id), + ]) + self.assertGreater(nb_logs, 0) + # Milliseconds are ignored by autovacuum, waiting 1s ensure that + # the logs generated will be processed by the vacuum + time.sleep(1) + autovacuum_model.autovacuum(days=0) + nb_logs = log_model.search_count([ + ('model_id', '=', self.groups_model_id), + ('res_id', '=', group.id), + ]) + self.assertEqual(nb_logs, 0) diff --git a/auditlog/views/auditlog_view.xml b/auditlog/views/auditlog_view.xml index 5bf2132cb47..aa7bf354b27 100644 --- a/auditlog/views/auditlog_view.xml +++ b/auditlog/views/auditlog_view.xml @@ -3,7 +3,7 @@ @@ -26,6 +26,7 @@ + @@ -33,15 +34,8 @@ - - - @@ -54,12 +48,11 @@ + - - @@ -110,6 +103,7 @@ + @@ -117,6 +111,10 @@ + + + +
@@ -182,6 +180,12 @@ + + diff --git a/auditlog/views/http_request_view.xml b/auditlog/views/http_request_view.xml new file mode 100644 index 00000000000..2169ed0f9ad --- /dev/null +++ b/auditlog/views/http_request_view.xml @@ -0,0 +1,82 @@ + + + + + + auditlog.http.request.form + auditlog.http.request + + + + + + + + + + + + + + + + + + + + auditlog.http.request.tree + auditlog.http.request + + + + + + + + + + + auditlog.http.request.search + auditlog.http.request + + + + + + + + + + + + + + + + + + + + HTTP Requests + ir.actions.act_window + auditlog.http.request + form + + + + + + + diff --git a/auditlog/views/http_session_view.xml b/auditlog/views/http_session_view.xml new file mode 100644 index 00000000000..942da68af9d --- /dev/null +++ b/auditlog/views/http_session_view.xml @@ -0,0 +1,69 @@ + + + + + + auditlog.http.session.form + auditlog.http.session + +
+ + + + + + + + + + +
+
+
+ + + auditlog.http.session.tree + auditlog.http.session + + + + + + + + + + + auditlog.http.session.search + auditlog.http.session + + + + + + + + + + + + + + + User sessions + ir.actions.act_window + auditlog.http.session + form + + + + + +
+
diff --git a/auth_admin_passkey/README.rst b/auth_admin_passkey/README.rst index 15be819dc9a..e49ec66358f 100644 --- a/auth_admin_passkey/README.rst +++ b/auth_admin_passkey/README.rst @@ -4,7 +4,7 @@ Admin password become a passkey for all active logins Functionality : --------------- * Administrator has now the possibility to login in with any login; - * By default, OpenERP will send a mail to user and admin to indicate them; + * By default, Odoo will send a mail to user and admin to indicate them; * If a user and the admin have the same password, admin will be informed; Technical information : diff --git a/auth_admin_passkey/__init__.py b/auth_admin_passkey/__init__.py index 088e71f640c..4bb3a56d9e8 100644 --- a/auth_admin_passkey/__init__.py +++ b/auth_admin_passkey/__init__.py @@ -1,23 +1,6 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# Admin Passkey module for OpenERP -# Copyright (C) 2013-2014 GRAP (http://www.grap.coop) -# @author Sylvain LE GAL (https://twitter.com/legalsylvain) -# -# 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 . -# -############################################################################## +# -*- coding: utf-8 -*- +# Copyright (C) 2013-2014 GRAP (http://www.grap.coop) +# @author Sylvain LE GAL (https://twitter.com/legalsylvain) +# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html from . import model diff --git a/auth_admin_passkey/__openerp__.py b/auth_admin_passkey/__openerp__.py index 69b7c8b1cd6..c57189b1e69 100644 --- a/auth_admin_passkey/__openerp__.py +++ b/auth_admin_passkey/__openerp__.py @@ -1,24 +1,7 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# Admin Passkey module for OpenERP -# Copyright (C) 2013-2014 GRAP (http://www.grap.coop) -# @author Sylvain LE GAL (https://twitter.com/legalsylvain) -# -# 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 . -# -############################################################################## +# -*- coding: utf-8 -*- +# Copyright (C) 2013-2014 GRAP (http://www.grap.coop) +# @author Sylvain LE GAL (https://twitter.com/legalsylvain) +# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html { 'name': 'Authentification - Admin Passkey', @@ -41,6 +24,6 @@ 'images': [], 'post_load': '', 'application': False, - 'installable': False, + 'installable': True, 'auto_install': False, } diff --git a/auth_admin_passkey/data/ir_config_parameter.xml b/auth_admin_passkey/data/ir_config_parameter.xml index 7c7f3625d53..6b32557a348 100644 --- a/auth_admin_passkey/data/ir_config_parameter.xml +++ b/auth_admin_passkey/data/ir_config_parameter.xml @@ -1,6 +1,6 @@ - + diff --git a/auth_admin_passkey/i18n/auth_admin_passkey.pot b/auth_admin_passkey/i18n/auth_admin_passkey.pot index 04b30e9a5bb..ce1449bcf5e 100644 --- a/auth_admin_passkey/i18n/auth_admin_passkey.pot +++ b/auth_admin_passkey/i18n/auth_admin_passkey.pot @@ -1,6 +1,6 @@ ############################################################################## # -# Admin Passkey module for OpenERP +# Admin Passkey module for Odoo # Copyright (C) 2013-2014 GRAP (http://www.grap.coop) # @author Sylvain LE GAL (https://twitter.com/legalsylvain) # @@ -18,13 +18,13 @@ # along with this program. If not, see . # ############################################################################## -# Translation of OpenERP Server. +# Translation of Odoo Server. # This file contains the translation of the following modules: # * auth_admin_passkey # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 7.0\n" +"Project-Id-Version: Odoo Server 7.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-03-23 20:41+0000\n" "PO-Revision-Date: 2014-03-23 20:41+0000\n" @@ -85,17 +85,17 @@ msgstr "" #. module: auth_admin_passkey #: help:base.config.settings,auth_admin_passkey_send_to_user:0 -msgid "When the administrator use his password to login in with a different account, OpenERP will send an email to the account user." +msgid "When the administrator use his password to login in with a different account, Odoo will send an email to the account user." msgstr "" #. module: auth_admin_passkey #: help:base.config.settings,auth_admin_passkey_send_to_admin:0 -msgid "When the administrator use his password to login in with a different account, OpenERP will send an email to the admin user." +msgid "When the administrator use his password to login in with a different account, Odoo will send an email to the admin user." msgstr "" #. module: auth_admin_passkey #: code:addons/auth_admin_passkey/model/res_users.py:64 #, python-format -msgid "[WARNING] OpenERP Security Risk" +msgid "[WARNING] Odoo Security Risk" msgstr "" diff --git a/auth_admin_passkey/i18n/de.po b/auth_admin_passkey/i18n/de.po index 9c0fbe65320..64207cc9696 100644 --- a/auth_admin_passkey/i18n/de.po +++ b/auth_admin_passkey/i18n/de.po @@ -67,18 +67,18 @@ msgstr "Benutzer" #: help:base.config.settings,auth_admin_passkey_send_to_user:0 msgid "" "When the administrator use his password to login in with a different " -"account, OpenERP will send an email to the account user." +"account, Odoo will send an email to the account user." msgstr "" #. module: auth_admin_passkey #: help:base.config.settings,auth_admin_passkey_send_to_admin:0 msgid "" "When the administrator use his password to login in with a different " -"account, OpenERP will send an email to the admin user." +"account, Odoo will send an email to the admin user." msgstr "" #. module: auth_admin_passkey #: code:addons/auth_admin_passkey/model/res_users.py:86 #, python-format -msgid "[WARNING] OpenERP Security Risk" +msgid "[WARNING] Odoo Security Risk" msgstr "" diff --git a/auth_admin_passkey/i18n/es.po b/auth_admin_passkey/i18n/es.po index 9cabcda2dfb..1f0761c7683 100644 --- a/auth_admin_passkey/i18n/es.po +++ b/auth_admin_passkey/i18n/es.po @@ -67,18 +67,18 @@ msgstr "Usuarios" #: help:base.config.settings,auth_admin_passkey_send_to_user:0 msgid "" "When the administrator use his password to login in with a different " -"account, OpenERP will send an email to the account user." +"account, Odoo will send an email to the account user." msgstr "" #. module: auth_admin_passkey #: help:base.config.settings,auth_admin_passkey_send_to_admin:0 msgid "" "When the administrator use his password to login in with a different " -"account, OpenERP will send an email to the admin user." +"account, Odoo will send an email to the admin user." msgstr "" #. module: auth_admin_passkey #: code:addons/auth_admin_passkey/model/res_users.py:86 #, python-format -msgid "[WARNING] OpenERP Security Risk" +msgid "[WARNING] Odoo Security Risk" msgstr "" diff --git a/auth_admin_passkey/i18n/fr.po b/auth_admin_passkey/i18n/fr.po index 9cb88a83b1b..bba266fafea 100644 --- a/auth_admin_passkey/i18n/fr.po +++ b/auth_admin_passkey/i18n/fr.po @@ -67,18 +67,18 @@ msgstr "Utilisateurs" #: help:base.config.settings,auth_admin_passkey_send_to_user:0 msgid "" "When the administrator use his password to login in with a different " -"account, OpenERP will send an email to the account user." -msgstr "Quand l'administrateur utilise son mot de passe pour s'authentifier avec un compte différent, OpenERP lui enverra un mail." +"account, Odoo will send an email to the account user." +msgstr "Quand l'administrateur utilise son mot de passe pour s'authentifier avec un compte différent, Odoo lui enverra un mail." #. module: auth_admin_passkey #: help:base.config.settings,auth_admin_passkey_send_to_admin:0 msgid "" "When the administrator use his password to login in with a different " -"account, OpenERP will send an email to the admin user." -msgstr "Quand l'administrateur utilise son mot de passe pour s'authentifier avec un compte différent, OpenERP enverra un mail à l'utilisateur." +"account, Odoo will send an email to the admin user." +msgstr "Quand l'administrateur utilise son mot de passe pour s'authentifier avec un compte différent, Odoo enverra un mail à l'utilisateur." #. module: auth_admin_passkey #: code:addons/auth_admin_passkey/model/res_users.py:86 #, python-format -msgid "[WARNING] OpenERP Security Risk" -msgstr "[WARNING] Faille de sécurité sur OpenERP" +msgid "[WARNING] Odoo Security Risk" +msgstr "[WARNING] Faille de sécurité sur Odoo" diff --git a/auth_admin_passkey/i18n/pt_BR.po b/auth_admin_passkey/i18n/pt_BR.po index 361554e01a7..fd606c115bb 100644 --- a/auth_admin_passkey/i18n/pt_BR.po +++ b/auth_admin_passkey/i18n/pt_BR.po @@ -68,18 +68,18 @@ msgstr "Usuários" #: help:base.config.settings,auth_admin_passkey_send_to_user:0 msgid "" "When the administrator use his password to login in with a different " -"account, OpenERP will send an email to the account user." +"account, Odoo will send an email to the account user." msgstr "Quando o administrador usa sua senha para dar login com uma conta diferente, OPENERP irá enviar um email para a conta do usuário." #. module: auth_admin_passkey #: help:base.config.settings,auth_admin_passkey_send_to_admin:0 msgid "" "When the administrator use his password to login in with a different " -"account, OpenERP will send an email to the admin user." +"account, Odoo will send an email to the admin user." msgstr "Quando o administrador usa sua senha para dar login com uma conta diferente, OPENERP irá enviar um email para a conta do administrador." #. module: auth_admin_passkey #: code:addons/auth_admin_passkey/model/res_users.py:86 #, python-format -msgid "[WARNING] OpenERP Security Risk" -msgstr "[AVISO] OpenERP Risco de Segurança" +msgid "[WARNING] Odoo Security Risk" +msgstr "[AVISO] Odoo Risco de Segurança" diff --git a/auth_admin_passkey/i18n/sl.po b/auth_admin_passkey/i18n/sl.po index 88c41d5f4b3..d1e6a979624 100644 --- a/auth_admin_passkey/i18n/sl.po +++ b/auth_admin_passkey/i18n/sl.po @@ -68,18 +68,18 @@ msgstr "Uporabniki" #: help:base.config.settings,auth_admin_passkey_send_to_user:0 msgid "" "When the administrator use his password to login in with a different " -"account, OpenERP will send an email to the account user." -msgstr "Ko administrator uporabi svoje geslo za prijavo v drug račun, bo OpenERP poslal e-pošto uporabniku računa." +"account, Odoo will send an email to the account user." +msgstr "Ko administrator uporabi svoje geslo za prijavo v drug račun, bo Odoo poslal e-pošto uporabniku računa." #. module: auth_admin_passkey #: help:base.config.settings,auth_admin_passkey_send_to_admin:0 msgid "" "When the administrator use his password to login in with a different " -"account, OpenERP will send an email to the admin user." -msgstr "Ko administrator uporabi svoje geslo za prijavo v drug račun, bo OpenERP poslal e-pošto administratorju." +"account, Odoo will send an email to the admin user." +msgstr "Ko administrator uporabi svoje geslo za prijavo v drug račun, bo Odoo poslal e-pošto administratorju." #. module: auth_admin_passkey #: code:addons/auth_admin_passkey/model/res_users.py:86 #, python-format -msgid "[WARNING] OpenERP Security Risk" -msgstr "[OPOZORILO] OpenERP varnostno tveganje" +msgid "[WARNING] Odoo Security Risk" +msgstr "[OPOZORILO] Odoo varnostno tveganje" diff --git a/auth_admin_passkey/model/__init__.py b/auth_admin_passkey/model/__init__.py index 60c3790aabd..364290a1679 100644 --- a/auth_admin_passkey/model/__init__.py +++ b/auth_admin_passkey/model/__init__.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- ############################################################################## # -# Admin Passkey module for OpenERP +# Admin Passkey module for Odoo # Copyright (C) 2013-2014 GRAP (http://www.grap.coop) # @author Sylvain LE GAL (https://twitter.com/legalsylvain) # diff --git a/auth_admin_passkey/model/res_config.py b/auth_admin_passkey/model/res_config.py index 11c7fa083d9..62c34d2874d 100644 --- a/auth_admin_passkey/model/res_config.py +++ b/auth_admin_passkey/model/res_config.py @@ -1,76 +1,53 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# Admin Passkey module for OpenERP -# Copyright (C) 2013-2014 GRAP (http://www.grap.coop) -# @author Sylvain LE GAL (https://twitter.com/legalsylvain) -# -# 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 . -# -############################################################################## +# -*- coding: utf-8 -*- +# Copyright (C) 2013-2014 GRAP (http://www.grap.coop) +# @author Sylvain LE GAL (https://twitter.com/legalsylvain) +# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html -from openerp.osv import fields -from openerp.osv.orm import TransientModel -from openerp.tools.safe_eval import safe_eval +from openerp import api, fields, models -class base_config_settings(TransientModel): +class BaseConfigSettings(models.TransientModel): _inherit = 'base.config.settings' # Getter / Setter Section - def get_default_auth_admin_passkey_send_to_admin( - self, cr, uid, ids, context=None): - icp = self.pool['ir.config_parameter'] + @api.model + def get_default_auth_admin_passkey_send_to_admin(self, fields): return { - 'auth_admin_passkey_send_to_admin': safe_eval(icp.get_param( - cr, uid, 'auth_admin_passkey.send_to_admin', 'True')), + 'auth_admin_passkey_send_to_admin': + self.env["ir.config_parameter"].get_param( + "auth_admin_passkey.send_to_admin") } - def set_auth_admin_passkey_send_to_admin(self, cr, uid, ids, context=None): - config = self.browse(cr, uid, ids[0], context=context) - icp = self.pool['ir.config_parameter'] - icp.set_param( - cr, uid, 'auth_admin_passkey.send_to_admin', - repr(config.auth_admin_passkey_send_to_admin)) + @api.multi + def set_auth_admin_passkey_send_to_admin(self): + for config in self: + self.env['ir.config_parameter'].set_param( + "auth_admin_passkey.send_to_admin", + config.auth_admin_passkey_send_to_admin or '') - def get_default_auth_admin_passkey_send_to_user( - self, cr, uid, ids, context=None): - icp = self.pool['ir.config_parameter'] + @api.model + def get_default_auth_admin_passkey_send_to_user(self, fields): return { - 'auth_admin_passkey_send_to_user': safe_eval(icp.get_param( - cr, uid, 'auth_admin_passkey.send_to_user', 'True')), + 'auth_admin_passkey_send_to_user': + self.env["ir.config_parameter"].get_param( + "auth_admin_passkey.send_to_user") } - def set_auth_admin_passkey_send_to_user(self, cr, uid, ids, context=None): - config = self.browse(cr, uid, ids[0], context=context) - icp = self.pool['ir.config_parameter'] - icp.set_param( - cr, uid, 'auth_admin_passkey.send_to_user', - repr(config.auth_admin_passkey_send_to_user)) - - # Columns Section - _columns = { - 'auth_admin_passkey_send_to_admin': fields.boolean( - 'Send email to admin user.', - help="""When the administrator use his password to login in """ - """with a different account, OpenERP will send an email """ - """to the admin user.""", - ), - 'auth_admin_passkey_send_to_user': fields.boolean( - string='Send email to user.', - help="""When the administrator use his password to login in """ - """with a different account, OpenERP will send an email """ - """to the account user.""", - ), - } + @api.multi + def set_auth_admin_passkey_send_to_user(self): + for config in self: + self.env['ir.config_parameter'].set_param( + "auth_admin_passkey.send_to_user", + config.auth_admin_passkey_send_to_user or '') + + auth_admin_passkey_send_to_admin = fields.Boolean( + string='Send email to admin user.', + help="""When the administrator use his password to login in """ + """with a different account, OpenERP will send an email """ + """to the admin user.""") + + auth_admin_passkey_send_to_user = fields.Boolean( + string='Send email to user.', + help="""When the administrator use his password to login in """ + """with a different account, OpenERP will send an email """ + """to the account user.""") diff --git a/auth_admin_passkey/model/res_users.py b/auth_admin_passkey/model/res_users.py index d0a5a8aa260..bf722abfa3a 100644 --- a/auth_admin_passkey/model/res_users.py +++ b/auth_admin_passkey/model/res_users.py @@ -1,55 +1,40 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# Admin Passkey module for OpenERP -# Copyright (C) 2013-2014 GRAP (http://www.grap.coop) -# @author Sylvain LE GAL (https://twitter.com/legalsylvain) -# -# 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 . -# -############################################################################## +# -*- coding: utf-8 -*- +# Copyright (C) 2013-2014 GRAP (http://www.grap.coop) +# @author Sylvain LE GAL (https://twitter.com/legalsylvain) +# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html import datetime from openerp import SUPERUSER_ID -from openerp import pooler +from openerp import registry from openerp import exceptions -from openerp.osv.orm import Model +from openerp import models, api from openerp.tools.translate import _ from openerp.tools.safe_eval import safe_eval -class res_users(Model): +class ResUsers(models.Model): _inherit = "res.users" - # Private Function section - def _get_translation(self, cr, lang, text): + def _get_translation(self, lang, text): context = {'lang': lang} # noqa: _() checks page for locals return _(text) - def _send_email_passkey(self, cr, user_id, user_agent_env): + @api.model + def _send_email_passkey(self, user_agent_env): """ Send a email to the admin of the system and / or the user to inform passkey use.""" mails = [] - mail_obj = self.pool['mail.mail'] - icp_obj = self.pool['ir.config_parameter'] - admin_user = self.browse(cr, SUPERUSER_ID, SUPERUSER_ID) - login_user = self.browse(cr, SUPERUSER_ID, user_id) - send_to_admin = safe_eval(icp_obj.get_param( - cr, SUPERUSER_ID, 'auth_admin_passkey.send_to_admin', 'True')) - send_to_user = safe_eval(icp_obj.get_param( - cr, SUPERUSER_ID, 'auth_admin_passkey.send_to_user', 'True')) + mail_obj = self.env['mail.mail'] + icp_obj = self.env['ir.config_parameter'] + admin_user = self.sudo().browse(SUPERUSER_ID) + login_user = self.sudo().browse(self.env.uid) + send_to_admin = safe_eval(icp_obj.sudo().get_param( + 'auth_admin_passkey.send_to_admin', + 'True')) + send_to_user = safe_eval(icp_obj.sudo().get_param( + 'auth_admin_passkey.send_to_user', + 'True')) if send_to_admin and admin_user.email: mails.append({'email': admin_user.email, 'lang': admin_user.lang}) @@ -58,9 +43,9 @@ def _send_email_passkey(self, cr, user_id, user_agent_env): for mail in mails: subject = self._get_translation( - cr, mail['lang'], _('Passkey used')) + mail['lang'], _('Passkey used')) body = self._get_translation( - cr, mail['lang'], + mail['lang'], _("""Admin user used his passkey to login with '%s'.\n\n""" """\n\nTechnicals informations belows : \n\n""" """- Login date : %s\n\n""")) % ( @@ -68,24 +53,24 @@ def _send_email_passkey(self, cr, user_id, user_agent_env): datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")) for k, v in user_agent_env.iteritems(): body += ("- %s : %s\n\n") % (k, v) - mail_obj.create( - cr, SUPERUSER_ID, { - 'email_to': mail['email'], - 'subject': subject, - 'body_html': '
%s
' % body}) + mail_obj.sudo().create({ + 'email_to': mail['email'], + 'subject': subject, + 'body_html': '
%s
' % body}) - def _send_email_same_password(self, cr, login_user): + @api.cr + def _send_email_same_password(self, login_user): """ Send a email to the admin user to inform that another user has the same password as him.""" - mail_obj = self.pool['mail.mail'] - admin_user = self.browse(cr, SUPERUSER_ID, SUPERUSER_ID) + mail_obj = self.env['mail.mail'] + admin_user = self.sudo().browse(SUPERUSER_ID) if admin_user.email: - mail_obj.create(cr, SUPERUSER_ID, { + mail_obj.sudo().create({ 'email_to': admin_user.email, 'subject': self._get_translation( - cr, admin_user.lang, _('[WARNING] OpenERP Security Risk')), + admin_user.lang, _('[WARNING] OpenERP Security Risk')), 'body_html': self._get_translation( - cr, admin_user.lang, _( + admin_user.lang, _( """
User with login '%s' has the same """
                         """password as you.
""")) % (login_user), }) @@ -94,20 +79,20 @@ def _send_email_same_password(self, cr, login_user): def authenticate(self, db, login, password, user_agent_env): """ Authenticate the user 'login' is password is ok or if is admin password. In the second case, send mail to user and admin.""" - user_id = super(res_users, self).authenticate( + user_id = super(ResUsers, self).authenticate( db, login, password, user_agent_env) if user_id and (user_id != SUPERUSER_ID): same_password = False - cr = pooler.get_db(db).cursor() + cr = registry(db).cursor() try: # directly use parent 'check_credentials' function # to really know if credentials are ok # or if it was admin password - super(res_users, self).check_credentials( + super(ResUsers, self).check_credentials( cr, SUPERUSER_ID, password) try: # Test now if the user has the same password as admin user - super(res_users, self).check_credentials( + super(ResUsers, self).check_credentials( cr, user_id, password) same_password = True except exceptions.AccessDenied: @@ -116,22 +101,24 @@ def authenticate(self, db, login, password, user_agent_env): self._send_email_passkey(cr, user_id, user_agent_env) else: self._send_email_same_password(cr, login) - cr.commit() + # we need to commit as we need to create the mails + # and we are not in a method with standard cursor management + cr.commit() # pylint: disable=invalid-commit except exceptions.AccessDenied: pass finally: cr.close() return user_id - def check_credentials(self, cr, uid, password): + @api.model + def check_credentials(self, password): """ Return now True if credentials are good OR if password is admin password.""" - if uid != SUPERUSER_ID: + if self.env.uid != SUPERUSER_ID: try: - super(res_users, self).check_credentials( - cr, uid, password) + super(ResUsers, self).check_credentials(password) return True except exceptions.AccessDenied: - return self.check_credentials(cr, SUPERUSER_ID, password) + return self.sudo().check_credentials(password) else: - return super(res_users, self).check_credentials(cr, uid, password) + return super(ResUsers, self).check_credentials(password) diff --git a/auth_admin_passkey/tests/__init__.py b/auth_admin_passkey/tests/__init__.py index 8150785b1a4..48547d84d6c 100644 --- a/auth_admin_passkey/tests/__init__.py +++ b/auth_admin_passkey/tests/__init__.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- ############################################################################## # -# Admin Passkey module for OpenERP +# Admin Passkey module for Odoo # Copyright (C) 2013-2014 GRAP (http://www.grap.coop) # @author Sylvain LE GAL (https://twitter.com/legalsylvain) # diff --git a/auth_admin_passkey/tests/test_auth_admin_passkey.py b/auth_admin_passkey/tests/test_auth_admin_passkey.py index 2ce02d26c50..2f0edaf9dc4 100644 --- a/auth_admin_passkey/tests/test_auth_admin_passkey.py +++ b/auth_admin_passkey/tests/test_auth_admin_passkey.py @@ -1,24 +1,7 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# Admin Passkey module for OpenERP -# Copyright (C) 2013-2014 GRAP (http://www.grap.coop) -# @author Sylvain LE GAL (https://twitter.com/legalsylvain) -# -# 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 . -# -############################################################################## +# -*- coding: utf-8 -*- +# Copyright (C) 2013-2014 GRAP (http://www.grap.coop) +# @author Sylvain LE GAL (https://twitter.com/legalsylvain) +# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html import threading diff --git a/auth_admin_passkey/view/res_config_view.xml b/auth_admin_passkey/view/res_config_view.xml index 9907297051d..3415cb93981 100644 --- a/auth_admin_passkey/view/res_config_view.xml +++ b/auth_admin_passkey/view/res_config_view.xml @@ -1,6 +1,6 @@ - + @@ -25,7 +25,7 @@ base.config.settings - + - + + + +
+ +
+ +
+ + + + + + + + + + + + + +
+ - - mass.object.tree - mass.object - - - - - - - + + mass.object.tree + mass.object + + + + + + + - - Mass Editing - mass.object - form - tree,form - - + + Mass Editing + mass.object + form + tree,form + + - - - tree - - - - - - form - - - + + + tree + + + + + + form + + + - + - + -
- + diff --git a/mass_editing/wizard/__init__.py b/mass_editing/wizard/__init__.py index 4f383ddc9b8..ecfaa57ed5e 100644 --- a/mass_editing/wizard/__init__.py +++ b/mass_editing/wizard/__init__.py @@ -1,23 +1,5 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# This module uses OpenERP, Open Source Management Solution Framework. -# Copyright (C): -# 2012-Today Serpent Consulting Services ( -# -############################################################################## +# © 2016 Serpent Consulting Services Pvt. Ltd. (support@serpentcs.com) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from . import mass_editing_wizard diff --git a/mass_editing/wizard/mass_editing_wizard.py b/mass_editing/wizard/mass_editing_wizard.py index b266d3420bf..845630708cf 100644 --- a/mass_editing/wizard/mass_editing_wizard.py +++ b/mass_editing/wizard/mass_editing_wizard.py @@ -1,213 +1,258 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# This module uses OpenERP, Open Source Management Solution Framework. -# Copyright (C): -# 2012-Today Serpent Consulting Services () -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see -# -############################################################################## +# © 2016 Serpent Consulting Services Pvt. Ltd. (support@serpentcs.com) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -from openerp.osv import orm -import openerp.tools as tools from lxml import etree +import openerp.tools as tools +from openerp import api, models + -class MassEditingWizard(orm.TransientModel): +class MassEditingWizard(models.TransientModel): _name = 'mass.editing.wizard' - def fields_view_get( - self, cr, uid, view_id=None, view_type='form', context=None, - toolbar=False, submenu=False): - result = super(MassEditingWizard, self).fields_view_get( - cr, uid, view_id, view_type, context, toolbar, submenu) + @api.model + def fields_view_get(self, view_id=None, view_type='form', toolbar=False, + submenu=False): + result =\ + super(MassEditingWizard, self).fields_view_get(view_id=view_id, + view_type=view_type, + toolbar=toolbar, + submenu=submenu) + context = self._context if context.get('mass_editing_object'): - mass_object = self.pool['mass.object'] - editing_data = mass_object.browse( - cr, uid, context.get('mass_editing_object'), context) + mass_obj = self.env['mass.object'] + editing_data = mass_obj.browse(context.get('mass_editing_object')) all_fields = {} xml_form = etree.Element('form', { - 'string': tools.ustr(editing_data.name), 'version': '7.0'}) - xml_group = etree.SubElement(xml_form, 'group', {'colspan': '4'}) + 'string': tools.ustr(editing_data.name) + }) + xml_group = etree.SubElement(xml_form, 'group', { + 'colspan': '6', + 'col': '6', + }) etree.SubElement(xml_group, 'label', { - 'string': '', 'colspan': '2'}) - xml_group = etree.SubElement(xml_form, 'group', {'colspan': '4', - 'col': '4'}) - model_obj = self.pool[context.get('active_model')] - field_info = model_obj.fields_get(cr, uid, [], context) + 'string': '', + 'colspan': '2', + }) + xml_group = etree.SubElement(xml_form, 'group', { + 'colspan': '6', + 'col': '6', + }) + model_obj = self.env[context.get('active_model')] + field_info = model_obj.fields_get() for field in editing_data.field_ids: if field.ttype == "many2many": all_fields[field.name] = field_info[field.name] all_fields["selection__" + field.name] = { 'type': 'selection', 'string': field_info[field.name]['string'], - 'selection': [ - ('set', 'Set'), ('remove_m2m', 'Remove'), - ('add', 'Add')]} + 'selection': [('set', 'Set'), + ('remove_m2m', 'Remove'), + ('add', 'Add')] + } xml_group = etree.SubElement(xml_group, 'group', { - 'colspan': '4'}) + 'colspan': '6', + 'col': '6', + }) etree.SubElement(xml_group, 'separator', { 'string': field_info[field.name]['string'], - 'colspan': '2'}) + 'colspan': '6', + }) etree.SubElement(xml_group, 'field', { 'name': "selection__" + field.name, - 'colspan': '2', 'nolabel': '1'}) + 'colspan': '6', + 'nolabel': '1' + }) etree.SubElement(xml_group, 'field', { - 'name': field.name, 'colspan': '4', 'nolabel': '1', - 'attrs': ( - "{'invisible':[('selection__" + - field.name + "','=','remove_m2m')]}")}) + 'name': field.name, + 'colspan': '6', + 'nolabel': '1', + 'attrs': ("{'invisible': [('selection__" + + field.name + "', '=', 'remove_m2m')]}"), + }) elif field.ttype == "one2many": all_fields["selection__" + field.name] = { 'type': 'selection', 'string': field_info[field.name]['string'], - 'selection': [('set', 'Set'), ('remove', 'Remove')]} + 'selection': [('set', 'Set'), ('remove', 'Remove')], + } all_fields[field.name] = { - 'type': field.ttype, 'string': field.field_description, - 'relation': field.relation} + 'type': field.ttype, + 'string': field.field_description, + 'relation': field.relation, + } etree.SubElement(xml_group, 'field', { - 'name': "selection__" + field.name, 'colspan': '2'}) + 'name': "selection__" + field.name, + 'colspan': '4', + }) etree.SubElement(xml_group, 'field', { - 'name': field.name, 'colspan': '4', 'nolabel': '1', - 'attrs': ( - "{'invisible':[('selection__" + - field.name + "','=','remove_o2m')]}")}) + 'name': field.name, + 'colspan': '6', + 'nolabel': '1', + 'attrs': ("{'invisible':[('selection__" + + field.name + "', '=', 'remove_o2m')]}"), + }) elif field.ttype == "many2one": all_fields["selection__" + field.name] = { 'type': 'selection', 'string': field_info[field.name]['string'], - 'selection': [('set', 'Set'), ('remove', 'Remove')]} + 'selection': [('set', 'Set'), ('remove', 'Remove')], + } all_fields[field.name] = { - 'type': field.ttype, 'string': field.field_description, - 'relation': field.relation} + 'type': field.ttype, + 'string': field.field_description, + 'relation': field.relation, + } etree.SubElement(xml_group, 'field', { - 'name': "selection__" + field.name, 'colspan': '2'}) + 'name': "selection__" + field.name, + 'colspan': '2', + }) etree.SubElement(xml_group, 'field', { - 'name': field.name, 'nolabel': '1', 'colspan': '2', - 'attrs': ( - "{'invisible':[('selection__" + - field.name + "','=','remove')]}")}) + 'name': field.name, + 'nolabel': '1', + 'colspan': '4', + 'attrs': ("{'invisible':[('selection__" + + field.name + "', '=', 'remove')]}"), + }) elif field.ttype == "char": all_fields["selection__" + field.name] = { 'type': 'selection', 'string': field_info[field.name]['string'], - 'selection': [('set', 'Set'), ('remove', 'Remove')]} + 'selection': [('set', 'Set'), ('remove', 'Remove')], + } all_fields[field.name] = { - 'type': field.ttype, 'string': field.field_description, - 'size': field.size or 256} + 'type': field.ttype, + 'string': field.field_description, + 'size': field.size or 256, + } etree.SubElement(xml_group, 'field', { 'name': "selection__" + field.name, 'colspan': '2', - }) + }) etree.SubElement(xml_group, 'field', { - 'name': field.name, 'nolabel': '1', - 'attrs': ( - "{'invisible':[('selection__" + - field.name + "','=','remove')]}"), - 'colspan': '2'}) + 'name': field.name, + 'nolabel': '1', + 'attrs': ("{'invisible':[('selection__" + + field.name + "','=','remove')]}"), + 'colspan': '4', + }) elif field.ttype == 'selection': all_fields["selection__" + field.name] = { 'type': 'selection', 'string': field_info[field.name]['string'], - 'selection': [('set', 'Set'), ('remove', 'Remove')]} + 'selection': [('set', 'Set'), ('remove', 'Remove')] + } etree.SubElement(xml_group, 'field', { - 'name': "selection__" + field.name, 'colspan': '2'}) + 'name': "selection__" + field.name, + 'colspan': '2', + }) etree.SubElement(xml_group, 'field', { - 'name': field.name, 'nolabel': '1', 'colspan': '2', - 'attrs': ( - "{'invisible':[('selection__" + - field.name + "','=','remove')]}")}) + 'name': field.name, + 'nolabel': '1', + 'colspan': '4', + 'attrs': ("{'invisible':[('selection__" + + field.name + "', '=', 'remove')]}"), + }) all_fields[field.name] = { 'type': field.ttype, 'string': field.field_description, - 'selection': field_info[field.name]['selection']} + 'selection': field_info[field.name]['selection'], + } else: all_fields[field.name] = { - 'type': field.ttype, 'string': field.field_description} + 'type': field.ttype, + 'string': field.field_description, + } all_fields["selection__" + field.name] = { 'type': 'selection', 'string': field_info[field.name]['string'], - 'selection': [('set', 'Set'), ('remove', 'Remove')]} + 'selection': [('set', 'Set'), ('remove', 'Remove')] + } if field.ttype == 'text': xml_group = etree.SubElement(xml_group, 'group', { - 'colspan': '6'}) + 'colspan': '6', + 'col': '6', + }) etree.SubElement(xml_group, 'separator', { 'string': all_fields[field.name]['string'], - 'colspan': '2'}) + 'colspan': '6', + }) etree.SubElement(xml_group, 'field', { 'name': "selection__" + field.name, - 'colspan': '2', 'nolabel': '1'}) + 'colspan': '6', + 'nolabel': '1', + }) etree.SubElement(xml_group, 'field', { - 'name': field.name, 'colspan': '4', 'nolabel': '1', - 'attrs': ( - "{'invisible':[('selection__" + - field.name + "','=','remove')]}")}) + 'name': field.name, + 'colspan': '6', + 'nolabel': '1', + 'attrs': ("{'invisible':[('selection__" + + field.name + "','=','remove')]}"), + }) else: all_fields["selection__" + field.name] = { 'type': 'selection', 'string': field_info[field.name]['string'], - 'selection': [( - 'set', 'Set'), ('remove', 'Remove')]} + 'selection': [('set', 'Set'), ('remove', 'Remove')] + } etree.SubElement(xml_group, 'field', { 'name': "selection__" + field.name, - 'colspan': '2', }) + 'colspan': '2', + }) etree.SubElement(xml_group, 'field', { - 'name': field.name, 'nolabel': '1', - 'attrs': ( - "{'invisible':[('selection__" + - field.name + "','=','remove')]}"), - 'colspan': '2', }) - etree.SubElement( - xml_form, 'separator', {'string': '', 'colspan': '4'}) + 'name': field.name, + 'nolabel': '1', + 'attrs': ("{'invisible':[('selection__" + + field.name + "','=','remove')]}"), + 'colspan': '4', + }) + etree.SubElement(xml_form, 'separator', { + 'string': '', + 'colspan': '6', + 'col': '6', + }) xml_group3 = etree.SubElement(xml_form, 'footer', {}) etree.SubElement(xml_group3, 'button', { - 'string': 'Apply', 'icon': "gtk-execute", - 'type': 'object', 'name': "action_apply", - 'class': "oe_highlight"}) + 'string': 'Apply', + 'class': 'btn-primary', + 'type': 'object', + 'name': 'action_apply', + }) etree.SubElement(xml_group3, 'button', { - 'string': 'Close', 'icon': "gtk-close", 'special': 'cancel'}) + 'string': 'Close', + 'class': 'btn-default', + 'special': 'cancel', + }) root = xml_form.getroottree() result['arch'] = etree.tostring(root) result['fields'] = all_fields return result - def create(self, cr, uid, vals, context=None): - if context.get('active_model') and context.get('active_ids'): - model_obj = self.pool.get(context.get('active_model')) - dict = {} + @api.model + def create(self, vals): + if (self._context.get('active_model') and + self._context.get('active_ids')): + model_obj = self.env[self._context.get('active_model')] + values = {} for key, val in vals.items(): - if key.startswith('selection__'): + if key.startswith('selection_'): split_key = key.split('__', 1)[1] if val == 'set': - dict.update({split_key: vals.get(split_key, False)}) + values.update({split_key: vals.get(split_key, False)}) elif val == 'remove': - dict.update({split_key: False}) + values.update({split_key: False}) elif val == 'remove_m2m': - dict.update({split_key: [ - (3, id) for id in vals.get( - split_key, False)[0][2]]}) + values.update({split_key: [(5, 0, [])]}) elif val == 'add': m2m_list = [] for m2m_id in vals.get(split_key, False)[0][2]: m2m_list.append((4, m2m_id)) - dict.update({split_key: m2m_list}) - if dict: - model_obj.write( - cr, uid, context.get('active_ids'), dict, context) - result = super(MassEditingWizard, self).create(cr, uid, {}, context) - return result + values.update({split_key: m2m_list}) + if values: + model_obj.browse(self._context.get('active_ids')).write(values) + return super(MassEditingWizard, self).create({}) - def action_apply(self, cr, uid, ids, context=None): + @api.multi + def action_apply(self): return {'type': 'ir.actions.act_window_close'} diff --git a/mass_mailing_enterprise_remove/README.rst b/mass_mailing_enterprise_remove/README.rst deleted file mode 100644 index 95a8fbc1216..00000000000 --- a/mass_mailing_enterprise_remove/README.rst +++ /dev/null @@ -1,52 +0,0 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html - :alt: License: AGPL-3 - -========================================= -Mass Mailing - Remove Enterprise Features -========================================= - -This module removes enterprise-only features from all mass_mailing views. - -Usage -===== - -.. 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/9.0 - -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 ------------- - -* Brett Wood - -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/mass_mailing_enterprise_remove/__openerp__.py b/mass_mailing_enterprise_remove/__openerp__.py deleted file mode 100644 index bfbe25c9bae..00000000000 --- a/mass_mailing_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': 'Mass Mailing - 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': [ - 'mass_mailing', - ], - 'data': [ - 'views/res_config_view.xml', - ] -} diff --git a/mass_mailing_enterprise_remove/views/res_config_view.xml b/mass_mailing_enterprise_remove/views/res_config_view.xml deleted file mode 100644 index d894a4988bb..00000000000 --- a/mass_mailing_enterprise_remove/views/res_config_view.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - Configure Mass Mailing - mass.mailing.config.settings - - - - True - - - - - diff --git a/sale_enterprise_remove/README.rst b/menu_technical_info/README.rst similarity index 70% rename from sale_enterprise_remove/README.rst rename to menu_technical_info/README.rst index 896d3f101ba..d41beebd520 100644 --- a/sale_enterprise_remove/README.rst +++ b/menu_technical_info/README.rst @@ -2,15 +2,19 @@ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 -================================= -Sale - Remove Enterprise Features -================================= +=================== +Menu Technical Info +=================== -This module removes enterprise-only features from all sale views. +This module extends the debug mode. When debug mode is enabled the XML ID is shown while the cursor is hovering over a menu item. Usage ===== +#. Click on 'About'; +#. click on 'Activate the developer mode'; +#. hover over any menu item. + .. 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/9.0 @@ -19,22 +23,17 @@ Bug Tracker =========== Bugs are tracked on `GitHub Issues -`_. In case of trouble, please +`_. 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 ------------ -* Brett Wood +* Dennis Sluijk Maintainer ---------- diff --git a/base_setup_enterprise_remove/__init__.py b/menu_technical_info/__init__.py similarity index 66% rename from base_setup_enterprise_remove/__init__.py rename to menu_technical_info/__init__.py index e50cfb2d659..3bf7ea73f3e 100644 --- a/base_setup_enterprise_remove/__init__.py +++ b/menu_technical_info/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -# Copyright 2016 LasLabs Inc. +# © 2016 Onestein () # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/menu_technical_info/__openerp__.py b/menu_technical_info/__openerp__.py new file mode 100644 index 00000000000..9675a562282 --- /dev/null +++ b/menu_technical_info/__openerp__.py @@ -0,0 +1,17 @@ +# -*- coding: utf-8 -*- +# © 2016 Onestein () +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +{ + 'name': 'Menu Technical Info', + 'category': 'Administration', + 'version': '9.0.1.0.0', + 'author': 'Onestein, Odoo Community Association (OCA)', + 'license': 'AGPL-3', + 'website': 'http://www.onestein.eu', + 'depends': ['web'], + 'data': [ + 'views/menu_technical_info_templates.xml', + ], + 'summary': "Fast way to look up technical info about menu item." +} diff --git a/menu_technical_info/static/src/js/menu_technical_info.js b/menu_technical_info/static/src/js/menu_technical_info.js new file mode 100644 index 00000000000..f4501eb0abe --- /dev/null +++ b/menu_technical_info/static/src/js/menu_technical_info.js @@ -0,0 +1,33 @@ +odoo.define('menu_technical_info.Menu', function (require) { +"use strict"; + var $ = require('$'), + Menu = require('web.Menu'), + Model = require('web.Model'); + + Menu.include({ + start: function() { + var self = this; + var res = this._super.apply(this, arguments); + this.debug = ($.deparam($.param.querystring()).debug !== undefined); + this.$secondary_menus.find('[data-menu]').hover(function() { + self.load_xml_id(this); + }); + this.$el.find('a[data-menu]').hover(function() { + self.load_xml_id(this); + }); + return res; + }, + load_xml_id: function(menu_item) { + if(!this.debug) return; + var $menu_item = $(menu_item); + if($menu_item.is('[title]')) return; + var ir_model_data = new Model('ir.model.data'); + var id = $menu_item.data('menu'); + ir_model_data.query(['module', 'name']).filter([['res_id', '=', id],['model', '=', 'ir.ui.menu']]).first().then(function(menu) { + $menu_item.tooltip({ + title: menu.module + '.' + menu.name + }).tooltip('show'); + }); + } + }); +}); diff --git a/menu_technical_info/views/menu_technical_info_templates.xml b/menu_technical_info/views/menu_technical_info_templates.xml new file mode 100644 index 00000000000..5bf718df4fc --- /dev/null +++ b/menu_technical_info/views/menu_technical_info_templates.xml @@ -0,0 +1,13 @@ + + + + + diff --git a/module_prototyper/README.rst b/module_prototyper/README.rst index 4c890aa146a..2f00607ce92 100644 --- a/module_prototyper/README.rst +++ b/module_prototyper/README.rst @@ -6,8 +6,8 @@ Module Prototyper ================= -This module allows the administrator to prototype new features and export them as module. -Functional people can prepare the job for a developer who is left with the logic to implement +This module allows the administrator to prototype new features and export them as module. +Functional people can prepare the job for a developer who is left with the logic to implement in addition to everything the prototype does not export yet. Installation @@ -45,13 +45,13 @@ and create a new prototype: * in the Security tab, select your groups, access rights and record rules * save and click on export -You will get a zip file containing your module ready to be installed and compliant with the -conventions of the OCA. You can then provide the module to a developer who have to implement +You will get a zip file containing your module ready to be installed and compliant with the +conventions of the OCA. You can then provide the module to a developer who have to implement things like default values or onchange methods. .. 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 + :target: https://runbot.odoo-community.org/runbot/149/9.0 Known issues / Roadmap ====================== @@ -72,7 +72,7 @@ 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 -`here `_. +`here `_. Credits ======= @@ -86,6 +86,7 @@ Contributors * El hadji Dem * Savoir-faire Linux * Vincent Vinet +* Nicolas JEUDY Maintainer ---------- @@ -103,22 +104,7 @@ To contribute to this module, please visit http://odoo-community.org. Changelog ========= -v0.3 ----- - -* Replace ir.ui.model by ir.ui.view in generated xml views -* Improve pep8 compatibility of generation of models - -v0.2 ----- - -* Renamed from prototype to module_prototyper as discussed in #108 -* Menu in Settings that gather element used to create a prototype (menu views, views, fields) - -v0.1 ----- +v9.0.0.1.0 +---------- -* The set up of openerp.py is covered, description, maintainer, website, name, technical name... -* Views and menus can be set through odoo and gathered in prototype. The files will be automatically generated and add to the data section of the openerp.py. Be aware some advanced feature as domain or context might still missing. -* Dependencies can be set through the Dependencies tab -* Custom fields can be added. A file by model will be generated with all the fields of the model. The init.py files are updated accordingly. Be aware that some features are not implemented yet, as the domain, the context. +* Initial V9 version from V8.0.3 diff --git a/module_prototyper/__openerp__.py b/module_prototyper/__openerp__.py index b937f8bf9c5..143e69ce669 100644 --- a/module_prototyper/__openerp__.py +++ b/module_prototyper/__openerp__.py @@ -22,16 +22,14 @@ { 'name': 'Module Prototyper', - 'version': '8.0.0.3.0', - 'author': 'Savoir-faire Linux, Odoo Community Association (OCA)', + 'version': '9.0.0.1.0', + 'author': 'Savoir-faire Linux, Odoo Community Association (OCA), Sudokeys', 'maintainer': 'Savoir-faire Linux', 'website': 'http://www.savoirfairelinux.com', 'license': 'AGPL-3', 'category': 'Others', 'summary': 'Prototype your module.', - 'depends': [ - 'admin_technical_features', - ], + 'depends': [], 'external_dependencies': { 'python': [], }, @@ -41,6 +39,6 @@ 'views/ir_model_fields_view.xml', 'security/ir.model.access.csv', ], - 'installable': False, + 'installable': True, 'application': True, } diff --git a/module_prototyper/i18n/am.po b/module_prototyper/i18n/am.po new file mode 100644 index 00000000000..56810f647d6 --- /dev/null +++ b/module_prototyper/i18n/am.po @@ -0,0 +1,594 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# Translators: +# Pedro M. Baeza , 2016 +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-09-10 02:53+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "መሰረዝ" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "ወይም" diff --git a/module_prototyper/i18n/ar.po b/module_prototyper/i18n/ar.po new file mode 100644 index 00000000000..2b8144d620e --- /dev/null +++ b/module_prototyper/i18n/ar.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "الكاتب" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "إلغاء" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "الفئة" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "إغلاق" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "السياق" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "أنشئ بواسطة" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "أنشئ في" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "الوصف" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "اسم العرض" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "تصدير" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "المعرف" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "آخر تحديث بواسطة" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "آخر تحديث في" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "الملاحظات" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "الأمن" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "الإصدار" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "طرق العرض" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "الموقع" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "أو" diff --git a/module_prototyper/i18n/bg.po b/module_prototyper/i18n/bg.po new file mode 100644 index 00000000000..cd8673345ca --- /dev/null +++ b/module_prototyper/i18n/bg.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Автор" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Откажи" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Категория" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Създадено от" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Създадено на" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Описание" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Име за показване" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Последно променено на" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Последно обновено от" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Последно обновено на" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Защита" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Резюме" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Изгледи" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Уеб-страница" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "или" diff --git a/module_prototyper/i18n/bs.po b/module_prototyper/i18n/bs.po new file mode 100644 index 00000000000..bcad6fd3620 --- /dev/null +++ b/module_prototyper/i18n/bs.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Otkaži" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Kategorija" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Zatvori" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Kontekst" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Opis" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Prikaži naziv" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Zadnje mijenjano" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Zabilješke" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Sigurnost" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Pogledi" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Web stranica" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "ili" diff --git a/module_prototyper/i18n/ca.po b/module_prototyper/i18n/ca.po new file mode 100644 index 00000000000..b44bf1ee31a --- /dev/null +++ b/module_prototyper/i18n/ca.po @@ -0,0 +1,594 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Autor" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Cancel·la" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Categoria" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Tanca" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Context" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Creat per" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Creat el" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Descripció" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Veure el nom" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Darrera modificació el" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Darrera actualització per" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Darrera actualització de" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "Mòdul" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Notes" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Seguritat" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Estat" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Resum" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "Versió" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Vistes" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Lloc web" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "o " diff --git a/module_prototyper/i18n/ca_ES.po b/module_prototyper/i18n/ca_ES.po new file mode 100644 index 00000000000..82caa471623 --- /dev/null +++ b/module_prototyper/i18n/ca_ES.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-09-10 02:53+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Cancel·la" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "" diff --git a/module_prototyper/i18n/cs.po b/module_prototyper/i18n/cs.po new file mode 100644 index 00000000000..cd088f763bd --- /dev/null +++ b/module_prototyper/i18n/cs.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Autor" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Zrušit" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Kategorie" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Zavřít" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Vytvořil(a)" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Vytvořeno" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Popis" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Zobrazovaný název" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Naposled upraveno" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Naposled upraveno" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Naposled upraveno" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Poznámky" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Zabezpečení" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Stav" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Shrnutí" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "Verze" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Zobrazení" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Webová stránka" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "nebo" diff --git a/module_prototyper/i18n/da.po b/module_prototyper/i18n/da.po new file mode 100644 index 00000000000..64282089b38 --- /dev/null +++ b/module_prototyper/i18n/da.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Annuller" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Kategori" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Oprettet af" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Oprettet den" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Beskrivelse" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Vist navn" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "Id" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Sidst opdateret af" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Sidst opdateret den" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Sikkerhed" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Delstat" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Hjemmeside" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "eller" diff --git a/module_prototyper/i18n/da_DK.po b/module_prototyper/i18n/da_DK.po new file mode 100644 index 00000000000..3ee312a8ba2 --- /dev/null +++ b/module_prototyper/i18n/da_DK.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-09-10 02:53+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Danish (Denmark) (https://www.transifex.com/oca/teams/23907/da_DK/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: da_DK\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Oversigt" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "" diff --git a/module_prototyper/i18n/de.po b/module_prototyper/i18n/de.po new file mode 100644 index 00000000000..46990dba821 --- /dev/null +++ b/module_prototyper/i18n/de.po @@ -0,0 +1,595 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# Translators: +# Rudolf Schnapka , 2016 +# OCA Transbot , 2016 +# Thomas A. Jaeger , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-09-10 02:53+0000\n" +"Last-Translator: Thomas A. Jaeger , 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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "8.0" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "API-Version" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "Berechtigungen" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "Aktivitäten" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "Affero GPL-3" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "Anwendung" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Verfasser" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "Auto-Installation" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Abbrechen" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Kategorie" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "Prüfe, ob Modul eine Odoo-Anwendung ist." + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "Anwählen, wenn das Modul per Vorgae installiert werden soll." + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Abschließen" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Kontext" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Angelegt durch" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Angelegt am" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Beschreibung" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Anzeigebezeichnung" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "Export" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "Felder" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "Datei" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "Dateiname" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Zuletzt aktualisiert durch" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Zuletzt aktualisiert am" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "Modul" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Hinweise" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "Berichte" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Sicherheit" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Status" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Zusammenfassung" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "Version" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Ansichten" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Webseite" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "oder" diff --git a/module_prototyper/i18n/el_GR.po b/module_prototyper/i18n/el_GR.po new file mode 100644 index 00000000000..25c46a81650 --- /dev/null +++ b/module_prototyper/i18n/el_GR.po @@ -0,0 +1,594 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Άκυρο" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Κατηγορία" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Δημιουργήθηκε στις" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Δημιουργήθηκε από" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Περιγραφή" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Τελευταία Ενημέρωση από" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Τελευταία Ενημέρωση στις" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Ασφάλεια" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Περίληψη" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Προβολές" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Ιστότοπος" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "ή" diff --git a/module_prototyper/i18n/en_AU.po b/module_prototyper/i18n/en_AU.po new file mode 100644 index 00000000000..9fd800e1774 --- /dev/null +++ b/module_prototyper/i18n/en_AU.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-09-10 02:53+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: English (Australia) (https://www.transifex.com/oca/teams/23907/en_AU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en_AU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Cancel" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "or" diff --git a/module_prototyper/i18n/en_GB.po b/module_prototyper/i18n/en_GB.po new file mode 100644 index 00000000000..155e0522940 --- /dev/null +++ b/module_prototyper/i18n/en_GB.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Cancel" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Category" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Close" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Created by" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Created on" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Description" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Notes" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Security" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Views" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Website" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "or" diff --git a/module_prototyper/i18n/es.po b/module_prototyper/i18n/es.po new file mode 100644 index 00000000000..bde40243dc1 --- /dev/null +++ b/module_prototyper/i18n/es.po @@ -0,0 +1,594 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "8.0" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "Versión de API" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "Permisos de acceso" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "Actividades" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "Affero GPL-3" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "Aplicación" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Autor" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Cancelar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Categoria" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "Comprobar si el módulo es una aplicación Odoo." + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Cerrar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Contexto" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "Dependencias" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Descripción" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "Introduzca un resumen de su módulo" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "Introduzca la URL de su sitio web" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "Exportar" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "Campos" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "Archivo" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "Nombre del archivo" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "GPL Versión 3" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "GPL-3 o posterior" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "Grupos" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "Ayudante" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "Icono" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "Interfaz" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "LGPL-3" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "LGPL-3 o versión posterior" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "Licencia" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "Mantenedor" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "Módulo" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Notas" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "Prototipo" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "Prototipos" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "Informes" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Seguridad" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Estado" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Resumen" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "Nombre técnico" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "Transiciones" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "Versión" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Vistas" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Sitio web" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "Flujos de trabajo" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "obtener" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "o" diff --git a/module_prototyper/i18n/es_AR.po b/module_prototyper/i18n/es_AR.po new file mode 100644 index 00000000000..fa2a743f3ef --- /dev/null +++ b/module_prototyper/i18n/es_AR.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Autor" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Cancelar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Categoría" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Cerrar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Contexto" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Descripción" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Mostrar Nombre" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Notas" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Seguridad" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Resumen" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Vistas" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Sitio web" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "o" diff --git a/module_prototyper/i18n/es_CL.po b/module_prototyper/i18n/es_CL.po new file mode 100644 index 00000000000..477d81ddc31 --- /dev/null +++ b/module_prototyper/i18n/es_CL.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Cancelar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Categoría" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Descripción" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID (identificación)" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Seguridad" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Vistas" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Sitio Web" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "o" diff --git a/module_prototyper/i18n/es_CO.po b/module_prototyper/i18n/es_CO.po new file mode 100644 index 00000000000..be960b50390 --- /dev/null +++ b/module_prototyper/i18n/es_CO.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Cancelar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Categoría" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Creado" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Descripción" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Nombre Público" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Última Modificación el" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Seguridad" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Vistas" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Sitio Web" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "o" diff --git a/module_prototyper/i18n/es_CR.po b/module_prototyper/i18n/es_CR.po new file mode 100644 index 00000000000..f718da95843 --- /dev/null +++ b/module_prototyper/i18n/es_CR.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Autor" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Cancelar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Categoría" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Cerrar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Contexto" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Descripción" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Notas" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Seguridad" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Resumen" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Vistas" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Sitio web" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "o" diff --git a/module_prototyper/i18n/es_DO.po b/module_prototyper/i18n/es_DO.po new file mode 100644 index 00000000000..5a5e33ee639 --- /dev/null +++ b/module_prototyper/i18n/es_DO.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Cancelar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Categoría" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Descripción" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID (identificación)" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Seguridad" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Vistas" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Sitio web" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "ó" diff --git a/module_prototyper/i18n/es_EC.po b/module_prototyper/i18n/es_EC.po new file mode 100644 index 00000000000..911742d78ab --- /dev/null +++ b/module_prototyper/i18n/es_EC.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Cancelar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Categoría" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Cerrar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Contexto" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Descripción" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Notas" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Seguridad" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Vistas" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Sitio web" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "o" diff --git a/module_prototyper/i18n/es_ES.po b/module_prototyper/i18n/es_ES.po new file mode 100644 index 00000000000..13a314bf7cb --- /dev/null +++ b/module_prototyper/i18n/es_ES.po @@ -0,0 +1,594 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:40+0000\n" +"PO-Revision-Date: 2017-02-16 10:40+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Cancelar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Cerrar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Nombre para mostrar" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Notas" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Estado" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "o" diff --git a/module_prototyper/i18n/es_MX.po b/module_prototyper/i18n/es_MX.po new file mode 100644 index 00000000000..afa35a6b9f8 --- /dev/null +++ b/module_prototyper/i18n/es_MX.po @@ -0,0 +1,594 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# Translators: +# OCA Transbot , 2016 +# Juan González , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-08 03:45+0000\n" +"PO-Revision-Date: 2016-12-08 03:45+0000\n" +"Last-Translator: Juan González , 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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "Actividades" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Autor" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Cancelar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Categoría" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Cerrar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Contexto" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Descripción" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Nombre desplegado" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Ultima modificacion realizada" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "Módulo" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Notas" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Seguridad" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Estado" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Resumen" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Sitio Web" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "o" diff --git a/module_prototyper/i18n/es_PE.po b/module_prototyper/i18n/es_PE.po new file mode 100644 index 00000000000..8d434dcc5cd --- /dev/null +++ b/module_prototyper/i18n/es_PE.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Categoría" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Descripción" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Ultima Modificación en" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Actualizado última vez por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Ultima Actualización" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Seguridad" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Vistas" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Sitio Web" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "o" diff --git a/module_prototyper/i18n/es_PY.po b/module_prototyper/i18n/es_PY.po new file mode 100644 index 00000000000..2644e03b6b1 --- /dev/null +++ b/module_prototyper/i18n/es_PY.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Cancelar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Categoría" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Descripción" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Seguridad" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "" diff --git a/module_prototyper/i18n/es_VE.po b/module_prototyper/i18n/es_VE.po new file mode 100644 index 00000000000..5c5b68f78f9 --- /dev/null +++ b/module_prototyper/i18n/es_VE.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Autor" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Cancelar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Categoría" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Cerrar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Contexto" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Descripción" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Modificada por última vez" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Notas" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Seguridad" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Provincia" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Resumen" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "" diff --git a/module_prototyper/i18n/et.po b/module_prototyper/i18n/et.po new file mode 100644 index 00000000000..683a3352319 --- /dev/null +++ b/module_prototyper/i18n/et.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Autor" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Loobu" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Kategooria" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Sulge" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Kontekst" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Loonud" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Loodud" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Kirjeldus" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Näidatav nimi" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Viimati muudetud" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Viimati uuendatud" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Viimati uuendatud" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Märkmed" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Turvalisus" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Kokkuvõte" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Vaated" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Veebileht" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "või" diff --git a/module_prototyper/i18n/eu.po b/module_prototyper/i18n/eu.po new file mode 100644 index 00000000000..db13a636368 --- /dev/null +++ b/module_prototyper/i18n/eu.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Ezeztatu" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Kategoria" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Nork sortua" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Created on" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Deskribapena" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Webgunea" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "edo" diff --git a/module_prototyper/i18n/fa.po b/module_prototyper/i18n/fa.po new file mode 100644 index 00000000000..2e31647e2c9 --- /dev/null +++ b/module_prototyper/i18n/fa.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "لغو" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "دسته‌بندی" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "ایجاد شده توسط" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "ایجاد شده در" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "توصیف" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "شناسه" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "تاریخ آخرین به‌روزرسانی" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "آخرین به روز رسانی توسط" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "آخرین به روز رسانی در" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "امنیت" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "نماها" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "تارنما" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "یا" diff --git a/module_prototyper/i18n/fi.po b/module_prototyper/i18n/fi.po new file mode 100644 index 00000000000..ab5ce15842d --- /dev/null +++ b/module_prototyper/i18n/fi.po @@ -0,0 +1,594 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-09-10 02:53+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "8.0" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Tekijä" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Peruuta" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Kategoria" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Sulje" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Konteksti" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Luonut" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Luotu" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Kuvaus" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Nimi" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "Vie" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "Kentät" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "Avustin" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Viimeksi päivittänyt" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Viimeksi päivitetty" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Huomautukset" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Tila" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Yhteenveto" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "Versio" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Verkkosivut" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "tai" diff --git a/module_prototyper/i18n/fr.po b/module_prototyper/i18n/fr.po index 2236f763849..750ec18d986 100644 --- a/module_prototyper/i18n/fr.po +++ b/module_prototyper/i18n/fr.po @@ -1,20 +1,23 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * module_prototyper -# +# * module_prototyper +# +# Translators: +# OCA Transbot , 2016 +# Christophe CHAUVET , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 8.0\n" +"Project-Id-Version: Odoo Server 9.0c\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-02 17:07+0000\n" -"PO-Revision-Date: 2015-01-02 12:18-0500\n" -"Last-Translator: Jordi Riera \n" -"Language-Team: \n" +"POT-Creation-Date: 2017-01-07 04:04+0000\n" +"PO-Revision-Date: 2017-01-07 04:04+0000\n" +"Last-Translator: Christophe CHAUVET , 2017\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: 8bit\n" -"Plural-Forms: \n" -"X-Generator: Poedit 1.5.4\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: module_prototyper #: selection:module_prototyper.module.export,api_version:0 @@ -22,194 +25,361 @@ msgid "8.0" msgstr "" #. module: module_prototyper -#: field:module_prototyper.module.export,api_version:0 +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version msgid "API version" msgstr "Version de l'API" #. module: module_prototyper -#: field:module_prototyper,right_ids:0 +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids msgid "Access Rights" msgstr "Liste des contrôles d'accès" #. module: module_prototyper -#: field:module_prototyper,application:0 -msgid "Application" +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" msgstr "" #. module: module_prototyper -#: field:module_prototyper,author:0 +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "Application" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author msgid "Author" msgstr "Auteur" #. module: module_prototyper -#: field:module_prototyper,auto_install:0 +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install msgid "Auto Install" msgstr "Installation automatique" #. module: module_prototyper -#: view:module_prototyper.module.export:module_prototyper.view_module_export_wizard +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard msgid "Cancel" msgstr "Annuler" #. module: module_prototyper -#: field:module_prototyper,category_id:0 +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id msgid "Category" msgstr "Catégorie" #. module: module_prototyper -#: help:module_prototyper,application:0 +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application msgid "Check if the module is an Odoo application." msgstr "Cocher si le module est une application Odoo." #. module: module_prototyper -#: help:module_prototyper,auto_install:0 +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install msgid "Check if the module should be install by default." msgstr "Cocher si le module devrait être installé par défaut." #. module: module_prototyper -#: view:module_prototyper.module.export:module_prototyper.view_module_export_wizard +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard msgid "Close" msgstr "Fermer" #. module: module_prototyper -#: field:module_prototyper,create_uid:0 -#: field:module_prototyper.module.export,create_uid:0 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Contexte" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid msgid "Created by" msgstr "Créé par" #. module: module_prototyper -#: field:module_prototyper,create_date:0 -#: field:module_prototyper.module.export,create_date:0 +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date msgid "Created on" msgstr "Créé le" #. module: module_prototyper -#: field:module_prototyper,data_ids:0 +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids msgid "Data filters" msgstr "Filtres pour les données" #. module: module_prototyper -#: field:module_prototyper,demo_ids:0 +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids msgid "Demo filters" msgstr "Filtres pour les données de démo" #. module: module_prototyper -#: view:module_prototyper:module_prototyper.module_prototyper_base_form_view -#: field:module_prototyper,dependency_ids:0 +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view msgid "Dependencies" msgstr "Dépendances" #. module: module_prototyper -#: view:module_prototyper:module_prototyper.module_prototyper_base_form_view -#: field:module_prototyper,description:0 +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view msgid "Description" msgstr "Descriptions" #. module: module_prototyper -#: view:module_prototyper:module_prototyper.module_prototyper_base_form_view -#: view:module_prototyper.module.export:module_prototyper.view_module_export_wizard +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Nom à afficher" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard msgid "Export" msgstr "Exporter" #. module: module_prototyper -#: view:module_prototyper.module.export:module_prototyper.view_module_export_wizard +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard msgid "Export Complete" msgstr "Export terminé" #. module: module_prototyper #: model:ir.actions.act_window,name:module_prototyper.button_module_export_action -#: view:module_prototyper.module.export:module_prototyper.view_module_export_wizard +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard msgid "Export Module" msgstr "Exporter le module" #. module: module_prototyper -#: view:module_prototyper.module.export:module_prototyper.view_module_export_wizard +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard msgid "Export Settings" msgstr "Configuration de l'export" #. module: module_prototyper #: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids #: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields -#: view:module_prototyper:module_prototyper.module_prototyper_base_form_view -#: field:module_prototyper,field_ids:0 +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view msgid "Fields" msgstr "Champs" #. module: module_prototyper -#: field:module_prototyper.module.export,data:0 +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data msgid "File" msgstr "Fichier" #. module: module_prototyper -#: field:module_prototyper.module.export,name:0 +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name msgid "File Name" msgstr "Nom du fichier" #. module: module_prototyper -#: field:module_prototyper,group_ids:0 +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids msgid "Groups" msgstr "Groupes" #. module: module_prototyper -#: field:ir.model.fields,helper:0 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper msgid "Helper" msgstr "Texte d'aider" #. module: module_prototyper -#: view:module_prototyper.module.export:module_prototyper.view_module_export_wizard +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard msgid "Here is the exported module:" msgstr "Voici le module exporté :" #. module: module_prototyper -#: field:module_prototyper,id:0 field:module_prototyper.module.export,id:0 +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id msgid "ID" -msgstr "" +msgstr "ID" #. module: module_prototyper -#: field:module_prototyper,icon_image:0 +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image msgid "Icon" msgstr "Icône" #. module: module_prototyper -#: view:module_prototyper:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view msgid "Interface" msgstr "" #. module: module_prototyper -#: field:module_prototyper,write_uid:0 -#: field:module_prototyper.module.export,write_uid:0 +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid msgid "Last Updated by" msgstr "Mis à jour par" #. module: module_prototyper -#: field:module_prototyper,write_date:0 -#: field:module_prototyper.module.export,write_date:0 +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date msgid "Last Updated on" msgstr "Mis à jour le" #. module: module_prototyper -#: field:module_prototyper,licence:0 -msgid "Licence" +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" msgstr "" #. module: module_prototyper -#: field:module_prototyper,maintainer:0 +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer msgid "Maintainer" msgstr "Mainteneur" #. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids #: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access -#: field:module_prototyper,menu_ids:0 msgid "Menu Items" msgstr "Éléments du menu" #. module: module_prototyper -#: view:module_prototyper:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view msgid "Module" msgstr "" #. module: module_prototyper -#: field:module_prototyper,human_name:0 +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name msgid "Module Name" msgstr "Nom du module" @@ -220,21 +390,21 @@ msgstr "" #. module: module_prototyper #: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper -msgid "Module Prototypers" +msgid "Module Prototypes" msgstr "" #. module: module_prototyper -#: view:ir.model:module_prototyper.view_ir_model_form +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form msgid "Notes" -msgstr "" +msgstr "Commentaires" #. module: module_prototyper -#: field:ir.model.fields,notes:0 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes msgid "Notes to developers." msgstr "Notes aux développeurs." #. module: module_prototyper -#: view:ir.model.fields:module_prototyper.view_ir_model_fields_form +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form msgid "" "Notes to help developers to understand the work or advanced features that " "should be added, ie: onchange, etc." @@ -243,7 +413,17 @@ msgstr "" "ajouts à faire. Exemple: onchanges, etc." #. module: module_prototyper -#: view:module_prototyper:module_prototyper.module_prototyper_base_tree_view +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view msgid "Prototype" msgstr "" @@ -254,85 +434,167 @@ msgid "Prototypes" msgstr "" #. module: module_prototyper -#: field:module_prototyper,rule_ids:0 +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids msgid "Record Rules" msgstr "Règles sur les enregistrements" #. module: module_prototyper -#: field:module_prototyper.module.export,state:0 +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state msgid "State" msgstr "État" #. module: module_prototyper -#: field:module_prototyper,summary:0 +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary msgid "Summary" msgstr "Résumé" #. module: module_prototyper -#: field:module_prototyper,name:0 +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name msgid "Technical Name" msgstr "Nom technique" #. module: module_prototyper -#: view:ir.model.fields:module_prototyper.view_ir_model_fields_form +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form msgid "Text that will be set as the helper of the field..." msgstr "Texte qui sera placé en tant que texte d'aide du champs." #. module: module_prototyper -#: help:module_prototyper,human_name:0 +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name msgid "" "The Module Name will be used as the displayed name of the exported module." msgstr "Le nom du module sera affiché en tant que nom du module exporté." #. module: module_prototyper -#: help:module_prototyper,icon_image:0 +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image msgid "" "The icon set up here will be used as the icon for the exported module also" msgstr "L'icône sera utilisé comme icône du module exporté." #. module: module_prototyper -#: help:module_prototyper,data_ids:0 +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids msgid "The records matching the filters will be added as data." msgstr "" "Les enregistrements correspondants aux critères des filtres seront exportés " "dans le module comme données." #. module: module_prototyper -#: help:module_prototyper,demo_ids:0 +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids msgid "The records matching the filters will be added as demo data." msgstr "" "Les enregistrements correspondants aux critères des filtres seront exportés " "dans le module comme données de démo." #. module: module_prototyper -#: help:module_prototyper,name:0 +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name msgid "" "The technical name will be used to define the name of the exported module, " "the name of the model." msgstr "Le nom technique sera utilisé comme nom du module exporté." #. module: module_prototyper -#: field:module_prototyper,version:0 -msgid "Version" +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" msgstr "" #. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "Version" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids #: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view -#: field:module_prototyper,view_ids:0 msgid "Views" msgstr "Vues" #. module: module_prototyper -#: field:module_prototyper,website:0 +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view msgid "Website" msgstr "Site web" +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + #. module: module_prototyper #: selection:module_prototyper.module.export,state:0 msgid "choose" msgstr "choisir" +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + #. module: module_prototyper #: selection:module_prototyper.module.export,state:0 msgid "get" msgstr "récupérer" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "ou" diff --git a/module_prototyper/i18n/fr_CA.po b/module_prototyper/i18n/fr_CA.po new file mode 100644 index 00000000000..27c2a71fe6e --- /dev/null +++ b/module_prototyper/i18n/fr_CA.po @@ -0,0 +1,595 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# Translators: +# OCA Transbot , 2016 +# Martin Malorni , 2016 +# Adriana Ierfino , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-09-10 02:53+0000\n" +"Last-Translator: Adriana Ierfino , 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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Annuler" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Créé le" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Description" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Afficher le nom" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "Champs" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "Identifiant" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "ou" diff --git a/module_prototyper/i18n/fr_CH.po b/module_prototyper/i18n/fr_CH.po new file mode 100644 index 00000000000..bfe54fd00b1 --- /dev/null +++ b/module_prototyper/i18n/fr_CH.po @@ -0,0 +1,594 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:12+0000\n" +"PO-Revision-Date: 2016-12-03 04:12+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Annuler" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Catégorie" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Fermer" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Créé le" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "Fichier" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Modifié par" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Modifié le" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Etat" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "ou" diff --git a/module_prototyper/i18n/fr_FR.po b/module_prototyper/i18n/fr_FR.po new file mode 100644 index 00000000000..4cd662c8cc5 --- /dev/null +++ b/module_prototyper/i18n/fr_FR.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# Translators: +# Mohamed HABOU , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-09-10 02:53+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Annuler" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "Fichier" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "" diff --git a/module_prototyper/i18n/gl.po b/module_prototyper/i18n/gl.po new file mode 100644 index 00000000000..67aad5d569a --- /dev/null +++ b/module_prototyper/i18n/gl.po @@ -0,0 +1,594 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-09-10 02:53+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Autor" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Cancelar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Categoría" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Pechar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Contexto" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Creada por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Creada en" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Descrición" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "Exportar" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "Ficheiro" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Modificado por última vez o" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Última actualización" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Notas" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Estado" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Resumo" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "Versión" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Sitio web" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "obter" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "ou" diff --git a/module_prototyper/i18n/gl_ES.po b/module_prototyper/i18n/gl_ES.po new file mode 100644 index 00000000000..69992f91140 --- /dev/null +++ b/module_prototyper/i18n/gl_ES.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# Translators: +# Alejandro Santana , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-09-10 02:53+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "" diff --git a/module_prototyper/i18n/he.po b/module_prototyper/i18n/he.po new file mode 100644 index 00000000000..ed5690fcf89 --- /dev/null +++ b/module_prototyper/i18n/he.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "בטל" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "קטגוריה" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "נוצר על ידי" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "נוצר ב-" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "תיאור" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "השם המוצג" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "מזהה" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "תאריך שינוי אחרון" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "עודכן לאחרונה על ידי" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "עודכן לאחרונה על" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "אבטחה" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "תצוגות" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "אתר" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "או" diff --git a/module_prototyper/i18n/hi.po b/module_prototyper/i18n/hi.po new file mode 100644 index 00000000000..2ce111662ee --- /dev/null +++ b/module_prototyper/i18n/hi.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-09-10 02:53+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Hindi (https://www.transifex.com/oca/teams/23907/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "रद्द" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "" diff --git a/module_prototyper/i18n/hr.po b/module_prototyper/i18n/hr.po new file mode 100644 index 00000000000..9b60edf3109 --- /dev/null +++ b/module_prototyper/i18n/hr.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# Translators: +# OCA Transbot , 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: 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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Autor" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Otkaži" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Kategorija" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Zatvori" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Kontekst" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Kreirano " + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Opis" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Prikaži naziv" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "Izvoz" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "Polja" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "Grupe" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Zadnja izmjena na" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Zadnje ažuriranje izvršio" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Zadnje ažuriranje na" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Bilješke" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Sigurnost" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Stanje" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Sažetak" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Pregled" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Web stranica" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "ili" diff --git a/module_prototyper/i18n/hr_HR.po b/module_prototyper/i18n/hr_HR.po new file mode 100644 index 00000000000..06ccf22b567 --- /dev/null +++ b/module_prototyper/i18n/hr_HR.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# Translators: +# Bole , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-09-10 02:53+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Otkaži" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Opis" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "Naziv datoteke" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Zadnje modificirano" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Zadnje ažurirao" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Oblast/Županija" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Webstranice" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "" diff --git a/module_prototyper/i18n/hu.po b/module_prototyper/i18n/hu.po new file mode 100644 index 00000000000..e991eecbf87 --- /dev/null +++ b/module_prototyper/i18n/hu.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Szerző" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Mégsem" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Kategória" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Lezár" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Kontextus" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Készítette" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Létrehozás dátuma" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Leírás" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "Azonosító ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Utolsó frissítés dátuma" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Utoljára frissítve, által" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Utoljára frissítve ekkor" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Megjegyzések" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Biztonság" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Állapot" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Összegzés" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "Verzió" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Nézetek" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Honlap" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "vagy" diff --git a/module_prototyper/i18n/id.po b/module_prototyper/i18n/id.po new file mode 100644 index 00000000000..9e3cc42b80e --- /dev/null +++ b/module_prototyper/i18n/id.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Batalkan" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Kategori" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Dibuat oleh" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Dibuat pada" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Keterangan" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Terakhir Dimodifikasi pada" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Diperbaharui oleh" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Diperbaharui pada" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Keamanan" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Dilihat" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Situs Web" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "atau" diff --git a/module_prototyper/i18n/it.po b/module_prototyper/i18n/it.po new file mode 100644 index 00000000000..37e36c80af2 --- /dev/null +++ b/module_prototyper/i18n/it.po @@ -0,0 +1,594 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# Translators: +# Paolo Valier , 2016 +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-09-10 02:53+0000\n" +"Last-Translator: OCA Transbot , 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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "8.0" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "Versione API" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "Diritti di Accesso" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "Attività" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Autore" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Annulla" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Categoria" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Chiudi" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Contesto" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Created by" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Created on" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Descrizione" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Nome da visualizzare" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "Inserisci il tuo nome" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "Esporta" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "Esporta Impostazioni" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "Campi" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "File" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "Nome del campo" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "Gruppi" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "Licenza" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "Modulo" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "Nome del Modulo" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Note" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "Note per gli sviluppatori." + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "Report" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Sicurezza" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Stato" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Riepilogo" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "Nome tecnico" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "Versione" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Viste" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Sito" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "Scegli" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "get" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "o" diff --git a/module_prototyper/i18n/ja.po b/module_prototyper/i18n/ja.po new file mode 100644 index 00000000000..8fb3621b4ba --- /dev/null +++ b/module_prototyper/i18n/ja.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "著者" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "取消" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "分類" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "閉じる" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "コンテキスト" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "作成者" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "作成日" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "説明" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "表示名" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "最終更新者" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "最終更新日" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "注記" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "セキュリティ" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "要約" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "ビュー" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "ウェブサイト" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "または" diff --git a/module_prototyper/i18n/ko.po b/module_prototyper/i18n/ko.po new file mode 100644 index 00000000000..5218cf1b1d2 --- /dev/null +++ b/module_prototyper/i18n/ko.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "저자" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "취소" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "분류" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "작성자" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "작성일" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "설명" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "표시 이름" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "최근 갱신한 사람" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "최근 갱신 날짜" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "보안" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "요약" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "회" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "웹사이트" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "또는" diff --git a/module_prototyper/i18n/lo.po b/module_prototyper/i18n/lo.po new file mode 100644 index 00000000000..fc67688d6dd --- /dev/null +++ b/module_prototyper/i18n/lo.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-09-10 02:53+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Lao (https://www.transifex.com/oca/teams/23907/lo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lo\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "ຍົກເລີອກ" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "ຫຼື" diff --git a/module_prototyper/i18n/lt.po b/module_prototyper/i18n/lt.po new file mode 100644 index 00000000000..b3a1dca07f2 --- /dev/null +++ b/module_prototyper/i18n/lt.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Autorius" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Atšaukti" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Kategorija" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Uždaryta" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Kontekstas" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Aprašymas" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Vaizduojamas pavadinimas" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Paskutini kartą atnaujino" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Pastabos" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Saugumas" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Santrauka" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Rodiniai" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Tinklapis" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "arba" diff --git a/module_prototyper/i18n/lt_LT.po b/module_prototyper/i18n/lt_LT.po new file mode 100644 index 00000000000..c3f14d69b6c --- /dev/null +++ b/module_prototyper/i18n/lt_LT.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# Translators: +# Arminas Grigonis , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-09-10 02:53+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Atšaukti" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "arba" diff --git a/module_prototyper/i18n/lv.po b/module_prototyper/i18n/lv.po new file mode 100644 index 00000000000..24b672e635f --- /dev/null +++ b/module_prototyper/i18n/lv.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Autors" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Atcelt" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Kategorija" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Aizvērt" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Konteksts" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Izveidoja" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Izveidots" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Apraksts" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Pēdējo reizi atjaunoja" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Pēdējās izmaiņas" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Drošība" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Kopsavilkums" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Skatījumi" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Tīkla vietne" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "vai" diff --git a/module_prototyper/i18n/mk.po b/module_prototyper/i18n/mk.po new file mode 100644 index 00000000000..7ef8bb554ff --- /dev/null +++ b/module_prototyper/i18n/mk.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Автор" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Откажи" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Категорија" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Затвори" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Контекст" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Креирано од" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Креирано на" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Опис" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Прикажи име" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Последна промена на" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Последно ажурирање од" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Последно ажурирање на" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Белешки" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Безбедност" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Резиме" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Погледи" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Вебсајт" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "или" diff --git a/module_prototyper/i18n/mn.po b/module_prototyper/i18n/mn.po new file mode 100644 index 00000000000..ee5f95bd833 --- /dev/null +++ b/module_prototyper/i18n/mn.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Зохиогч" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Цуцлах" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Ангилал" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Хаах" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Агуулга" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Үүсгэгч" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Үүсгэсэн огноо" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Тодорхойлолт" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Дэлгэцийн Нэр" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Сүүлийн засвар хийсэн" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Тэмдэглэл" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Хамгаалалт" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Хураангуй" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Дэлгэцүүд" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Вэбсайт" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "эсвэл" diff --git a/module_prototyper/i18n/nb.po b/module_prototyper/i18n/nb.po new file mode 100644 index 00000000000..d7c8b58ce5c --- /dev/null +++ b/module_prototyper/i18n/nb.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Forfatter." + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Avbryt" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Kategori" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Lukk" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Opprettet av" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Opprettet" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Beskrivelse" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Visnings navn" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Sist oppdatert " + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Sist oppdatert" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Notater" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Sikkerhet" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Status" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Sammendrag" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Visninger" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Nettsted" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "eller" diff --git a/module_prototyper/i18n/nb_NO.po b/module_prototyper/i18n/nb_NO.po new file mode 100644 index 00000000000..e8a6c195400 --- /dev/null +++ b/module_prototyper/i18n/nb_NO.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# Translators: +# Imre Kristoffer Eilertsen , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-09-10 02:53+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Lukk" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Laget av" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Laget den" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "Fil" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Sist endret den" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Sist oppdatert den" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Stat" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "" diff --git a/module_prototyper/i18n/nl.po b/module_prototyper/i18n/nl.po new file mode 100644 index 00000000000..52a24d2e72d --- /dev/null +++ b/module_prototyper/i18n/nl.po @@ -0,0 +1,594 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# Translators: +# OCA Transbot , 2016 +# Erwin van der Ploeg , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-09-10 02:53+0000\n" +"Last-Translator: Erwin van der Ploeg , 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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Auteur" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Annuleren" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Categorie" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Sluiten" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Context" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Omschrijving" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Weergave naam" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "Bestand" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "Groepen" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Laatst bijgewerkt op" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Laatste bijgewerkt door" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Notities" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Staat/Provincie" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Samenvatting" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "Versie" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Website" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "of" diff --git a/module_prototyper/i18n/nl_BE.po b/module_prototyper/i18n/nl_BE.po new file mode 100644 index 00000000000..4b77b9dcd95 --- /dev/null +++ b/module_prototyper/i18n/nl_BE.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Afbreken" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Categorie" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Afsluiten" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Gemaakt door" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Gemaakt op" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Omschrijving" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Laatst Aangepast op" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Opmerkingen" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "of" diff --git a/module_prototyper/i18n/pl.po b/module_prototyper/i18n/pl.po new file mode 100644 index 00000000000..fb9559e097b --- /dev/null +++ b/module_prototyper/i18n/pl.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Autor" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Anuluj" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Kategoria" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Zamknięte" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Kontekst" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Utworzone przez" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Data utworzenia" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Opis" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Wyświetlana nazwa " + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Ostatnio modyfikowano" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Ostatnio modyfikowane przez" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Data ostatniej modyfikacji" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Uwagi" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Uprawnienia" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Stan" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Podsumowanie" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Widoki" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Strona WWW" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "lub" diff --git a/module_prototyper/i18n/pt.po b/module_prototyper/i18n/pt.po new file mode 100644 index 00000000000..bdeb1ae6d11 --- /dev/null +++ b/module_prototyper/i18n/pt.po @@ -0,0 +1,594 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# Translators: +# OCA Transbot , 2016 +# Pedro Castro Silva , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-09-10 02:53+0000\n" +"Last-Translator: Pedro Castro Silva , 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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Autor" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Cancelar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Categoria" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Fechar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Contexto" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Descrição" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Nome a Apresentar" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "Campos" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Última Modificação Em" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Última Atualização Por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Última Atualização Em" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Notas" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Estado" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Resumo" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "ou" diff --git a/module_prototyper/i18n/pt_BR.po b/module_prototyper/i18n/pt_BR.po new file mode 100644 index 00000000000..6456f271dc5 --- /dev/null +++ b/module_prototyper/i18n/pt_BR.po @@ -0,0 +1,598 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# Translators: +# OCA Transbot , 2016 +# Claudio Araujo Santos , 2016 +# Paulo Ricardo , 2016 +# danimaribeiro , 2016 +# Armando Vulcano Junior , 2016 +# Felipe Lopes , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-09-10 02:53+0000\n" +"Last-Translator: Felipe Lopes , 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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Autor" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Cancelar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Categoria" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Fechar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Contexto" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Descrição" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Nome para Mostrar" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "Exportar" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "Campos" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "Arquivo" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Última Modificação em" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Última Atualização por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Última Atualização em" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "Módulo" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Notas" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "Relatórios" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Segurança" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Situação" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Sumário" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "Versão" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Visualizações" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Website" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "ou" diff --git a/module_prototyper/i18n/pt_PT.po b/module_prototyper/i18n/pt_PT.po new file mode 100644 index 00000000000..f76bf8d8775 --- /dev/null +++ b/module_prototyper/i18n/pt_PT.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# Translators: +# Pedro Castro Silva , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-09-10 02:53+0000\n" +"Last-Translator: Pedro Castro Silva , 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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Autor" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Cancelar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Categoria" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Fechar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Descrição" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Nome a Apresentar" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "Campos" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Última Modificação em" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Última Modificação por" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Última Atualização em" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Notas" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Estado" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Resumo" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "Versão" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "ou" diff --git a/module_prototyper/i18n/ro.po b/module_prototyper/i18n/ro.po new file mode 100644 index 00000000000..997f4823f53 --- /dev/null +++ b/module_prototyper/i18n/ro.po @@ -0,0 +1,595 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-09-10 02:53+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Autor" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Anulează" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Categorie" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Inchide" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Context" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Creat de" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Creat la" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Nume Afişat" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Ultima actualizare în" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Ultima actualizare făcută de" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Ultima actualizare la" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Note" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Județ" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Rezumat" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "Versiune" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "sau" diff --git a/module_prototyper/i18n/ru.po b/module_prototyper/i18n/ru.po new file mode 100644 index 00000000000..3cd2b462e75 --- /dev/null +++ b/module_prototyper/i18n/ru.po @@ -0,0 +1,594 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# Translators: +# OCA Transbot , 2016 +# Mikhail - , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-09-10 02:53+0000\n" +"Last-Translator: Mikhail - , 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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Автор" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Отменить" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Категория" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Закрыть" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Контекст" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Создано" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Создан" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Описание" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Последний раз обновлено" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Последний раз обновлено" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Примечания" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Итого" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Сайт" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "или" diff --git a/module_prototyper/i18n/sk.po b/module_prototyper/i18n/sk.po new file mode 100644 index 00000000000..d7e9bda1d9c --- /dev/null +++ b/module_prototyper/i18n/sk.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+0000\n" +"Last-Translator: OCA Transbot , 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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Autor" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Zrušiť" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Kategória" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Vytvoril" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Vytvorené" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Popis" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Zobraziť meno" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Posledná modifikácia" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Naposledy upravoval" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Naposledy upravované" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Bezpečnosť" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Zhrnutie" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Pohľady" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Webová stránka" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "alebo" diff --git a/module_prototyper/i18n/sl.po b/module_prototyper/i18n/sl.po new file mode 100644 index 00000000000..450b6e82a45 --- /dev/null +++ b/module_prototyper/i18n/sl.po @@ -0,0 +1,623 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# Translators: +# Matjaž Mozetič , 2016 +# OCA Transbot , 2016 +# Dejan Sraka , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-09-10 02:53+0000\n" +"Last-Translator: Dejan Sraka , 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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "8.0" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "API verzija" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "Dostopne pravice" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "Aktivnosti" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "Affero GPL-3" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "Aplikacija" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Avtor" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "Samodejno namesti" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Preklic" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Kategorija" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "Preveri, če je modul Odoo aplikacija." + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "Preveri, če naj bi bil modul privzeto nameščen." + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Zaključi" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Kontekst" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" +"Kontekst za uporabo na odjemalčevi strani pri uporabi polja (python slovar)" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Ustvaril" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Ustvarjeno" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "Podatki in demostracija" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "Podatkovni filtri" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "Demonstracijski filtri" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "Odvisnosti" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Opis" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Prikazni naziv" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "Vnos povzetka modula" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "Vnos URL povezave do spletne strani" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" +"Vnos opisa modula, kaj počne, kako se namesti, nastavi in uporablja, plan " +"razvoja in znane težave. Opis bo izvožen v README.rst" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" +"Vnos seznama dostopnih pravic, ki ste jih ustvarili in jih želite izvoziti v" +" ta modul." + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" +"Vnos seznama polj, ki so bila ustvarjena ali spremenjena in jih želite " +"izvoziti iz tega modula. Novi modeli bodo izvoženi le, če izberete eno od " +"teh polj." + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" +"Vnos seznama skupin, ki so bile ustvarjene in jih želite izvoziti v ta " +"modul." + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" +"Vnos seznama menijskih postavk, ki so bile ustvarjene in jih želite izvoziti" +" v ta modul. Povezana okenska dejanja bodo prav tako izvožena." + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" +"Vnos seznama pravil zapisov, ki so bila ustvarjena in jih želite izvoziti v " +"ta modul." + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" +"Vnos seznama poročil, ki so bila ustvarjena in jih želite izvoziti v ta " +"modul." + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" +"Vnos seznama zahtevanih modulov, ki morajo biti nameščeni, da bi vaš modul " +"pravilno deloval." + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" +"Seznam prikazov, ki so bili ustvarjeni in jih želite izvoziti v ta modul." + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" +"Vnos seznama dejavnosti delotoka, ki so bile ustvarjene in jih želite " +"izvoziti v ta modul." + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" +"Vnos seznama tranzicij delotoka, ki so bile ustvarjene in jih želite " +"izvoziti v ta modul." + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "Vnos naziva osebe ali organizacije, ki bo ta modul vzdrževala" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "Vnos verzije modula v 5 znakih" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "Vnos vašega imena" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "Izvoz" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "Izvoz dokončan" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "Izvoz modula" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "Izvoz nastavitev" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "Polja" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "Datoteka" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "Naziv datoteke" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "GPL verzija 3" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "GPL-3 ali novejša verzija" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "Skupine" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "Pomočnik" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "Tu je izvoženi modul:" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "Ikona" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "Vmesnik" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "LGPL-3" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "LGPL-3 ali novejša verzija" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Zadnji posodobil" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Zadnjič posodobljeno" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "Licenca" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "Vzdrževalec" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "Menijske postavke" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "Modul" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "Naziv modula" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "Izdelovalec prototipa modula" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "Prototipi modula" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Opombe" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "Opombe razvijalcem." + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" +"Opombe v pomoč razvijalcem, da bi razumeli delovanje naprednih funkcij, ki " +"bi morale biti dodane. Na primer: onchange in podobno." + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "Druga OSI odobrena licenca" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "Druga lastniška" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "Protitip" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "Prototipi" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "Omejitev branja" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "Pravila zapisov" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "Poročila" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Varnost" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Stanje" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Povzetek" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "Tehnični naziv" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "Tekst, ki bo postavljen kot pomočnik polju..." + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "Naziv modula bo uporabljen kot prikazani naziv izvoženega modula." + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "Tu nastavljena ikona bo uporabljena tudi kot ikona izvoženega modula" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "Zapisi, ki ustrezajo filtrom, bodo dodatni kot podatki." + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" +"Zapisi, ki ustrezajo zapisom, bodo dodani kot demonstracijski podatki." + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" +"Tehnični naziv bo uporabljen za določitev naziva izvoženega modula in naziv " +"modela." + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "Tranzicije" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "Verzija" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Prikazi" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Spletna stran" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "Delotoki" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "izberi" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "npr. Izdelovalec prototipa modula" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "npr: Odoo Community Association" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "npr. Drugo, Prodaja, Spletna stran" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "npr. Prototip vašega modula" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "npr. http://odoo-community.org/" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "npr. module_prototyper" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "pridobi" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "naziv stolpca, ki se nanaša na 'te' zapise v relacijski tabeli" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "naziv stolpca, ki se na 'tiste' zapise v relacijski tabeli" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "ali" diff --git a/module_prototyper/i18n/sr.po b/module_prototyper/i18n/sr.po new file mode 100644 index 00000000000..c345efc601b --- /dev/null +++ b/module_prototyper/i18n/sr.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Autor" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Otkaži" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Kategorija" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Opis" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Bezbednost" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Sumarno" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Pregledi" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Web stranica" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "" diff --git a/module_prototyper/i18n/sr@latin.po b/module_prototyper/i18n/sr@latin.po new file mode 100644 index 00000000000..386772c4602 --- /dev/null +++ b/module_prototyper/i18n/sr@latin.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Autor" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Otkaži" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Категорија" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Zatvori" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Opis" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Ime za prikaz" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Zadnja izmjena" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Zadnja izmjena" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Zadnja izmjena" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Napomene" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Bezbednost" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Sumarno" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Pregledi" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Internet stranica" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "ili" diff --git a/module_prototyper/i18n/sv.po b/module_prototyper/i18n/sv.po new file mode 100644 index 00000000000..2867e45828b --- /dev/null +++ b/module_prototyper/i18n/sv.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Upphovsman" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Avbryt" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Kategori" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Stäng" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Sammanhang" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Skapad av" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Skapad den" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Beskrivnig" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Visa namn" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Senast uppdaterad av" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Senast uppdaterad" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Anteckningar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Säkerhet" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Status" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Sammanfattning" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Vyer" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Webbplats" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "eller" diff --git a/module_prototyper/i18n/th.po b/module_prototyper/i18n/th.po new file mode 100644 index 00000000000..2248c5109a4 --- /dev/null +++ b/module_prototyper/i18n/th.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "ยกเลิก" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "หมวด" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "ปิด" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "สร้างโดย" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "สร้างเมื่อ" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "รายละเอียด" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "รหัส" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "อัพเดทครั้งสุดท้ายโดย" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "อัพเดทครั้งสุดท้ายเมื่อ" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "บันทึกย่อ" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "ความปลอดภัย" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "มุมมอง" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "เว็บไซต์" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "หรือ" diff --git a/module_prototyper/i18n/tr.po b/module_prototyper/i18n/tr.po new file mode 100644 index 00000000000..d3b7dfc3164 --- /dev/null +++ b/module_prototyper/i18n/tr.po @@ -0,0 +1,594 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:40+0000\n" +"PO-Revision-Date: 2016-12-29 03:40+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "8.0" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "API sürümü" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "Erişim Hakları" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "Aktiviteler" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "Affere GPL-3" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "Uygulama" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Yazan" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "Otomatik Kur" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "İptal" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Kategori" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "Modülün bir Odoo uygulaması olup olmadığını kontrol eder" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "Modülün öntanımlı olarak kurulması gerekliliğini kontrol eder." + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Kapat" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "Bağlam" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Oluşturuldu" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "Veri & Tanıtım" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "Veri Filtreleri" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "Örnek Filtreler" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "Bağımlılıklar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Açıklama" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Görünen İsim" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "Web sitenizin adresini girin" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "Bu modülün bakımını yapacak kişi ya da kurumun adını girin." + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "Modülün sürümünü 5 basamaklı olarak girin" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "Adınızı girin" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "Dışa aktar" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "Dışa aktarma bitti" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "Modülleri dışa aktar" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "Dışa aktarma ayarları" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "Alanlar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "Dosya" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "Dosya adı" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "GPL sürüm 3" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "GPL-3 ya da sonraki sürüm" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "Gruplar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "Yardımcı" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "Icon" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "arayüz" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "LGPL-3" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "LGPL-3 ya da sonraki sürüm" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Son değişiklik" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Son güncelleyen" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Son güncellenme" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "Lisans" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "Projeyi yürüten" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "Menü öğeleri" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "Modül" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "Modül Adı" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "Modül Prototipleyici" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "Modül Prototipleri" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Notlar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "Geliştiricilere notlar." + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "Diğer OSI onaylı lisans" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "Diğer mücessel lisans" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "Prototip" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "Prototipler" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "Okuma Sınırı" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "Kayıt kuralları" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "Raporlar" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Güvenlik" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Durum" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Özet" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "Teknik Ad" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "Geçişler" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "Sürüm" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Görünümler" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Web Sitesi" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "İş Akışları" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "Seç" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "ör: Modül prototipleyici" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "ör: Odoo Community Association" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "ya da" diff --git a/module_prototyper/i18n/tr_TR.po b/module_prototyper/i18n/tr_TR.po new file mode 100644 index 00000000000..595c8f721a8 --- /dev/null +++ b/module_prototyper/i18n/tr_TR.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# Translators: +# 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:04+0000\n" +"PO-Revision-Date: 2017-01-07 04:04+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "İptal et" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Oluşturulma tarihi" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Açıklama" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Görünen ad" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "Kimlik" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "En son güncelleme tarihi" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "En son güncelleyen " + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "En son güncelleme tarihi" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Notlar" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "Raporlar" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Güvenlik" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "Hal" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "ya da " diff --git a/module_prototyper/i18n/uk.po b/module_prototyper/i18n/uk.po new file mode 100644 index 00000000000..f90c2d9367f --- /dev/null +++ b/module_prototyper/i18n/uk.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Автор" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Скасувати" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Category" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Створив" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Створено" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Опис" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Назва для відображення" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Остання модифікація" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Востаннє відредаговано" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Дата останньої зміни" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Безпека" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "Підсумок" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Переглядів" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Веб-сайт" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "або" diff --git a/module_prototyper/i18n/vi.po b/module_prototyper/i18n/vi.po new file mode 100644 index 00000000000..4a63a3d6796 --- /dev/null +++ b/module_prototyper/i18n/vi.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "Tác giả" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Hủy bỏ" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "Chuyên mục" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "Ðóng" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Được tạo bởi" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Tạo trên" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Miêu tả" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "Các ghi chú" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "Bảo mật" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "Views" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "Trang web" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "hoặc" diff --git a/module_prototyper/i18n/vi_VN.po b/module_prototyper/i18n/vi_VN.po new file mode 100644 index 00000000000..a12d672df00 --- /dev/null +++ b/module_prototyper/i18n/vi_VN.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-09-10 02:53+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "Hủy" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "Tạo bởi" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "Tạo vào" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "Mô tả" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "Cập nhật lần cuối bởi" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "hoặc" diff --git a/module_prototyper/i18n/zh_CN.po b/module_prototyper/i18n/zh_CN.po new file mode 100644 index 00000000000..4218c90d3e9 --- /dev/null +++ b/module_prototyper/i18n/zh_CN.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "作者" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "取消" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "类别" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "报废" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "上下文" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "创建人" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "创建时间" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "说明" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "导出" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "最后修改时间" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "最后更新人" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "最后更新时间" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "备注" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "安全" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "状态" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "摘要" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "版本" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "视图" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "网站" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "或者" diff --git a/module_prototyper/i18n/zh_TW.po b/module_prototyper/i18n/zh_TW.po new file mode 100644 index 00000000000..71376ef9bd2 --- /dev/null +++ b/module_prototyper/i18n/zh_TW.po @@ -0,0 +1,593 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * module_prototyper +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: module_prototyper +#: selection:module_prototyper.module.export,api_version:0 +msgid "8.0" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_api_version +msgid "API version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_right_ids +msgid "Access Rights" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_activity_ids +msgid "Activities" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Affero GPL-3" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_application +msgid "Application" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_author +msgid "Author" +msgstr "作者" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_auto_install +msgid "Auto Install" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Cancel" +msgstr "取消" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_category_id +msgid "Category" +msgstr "分類" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_application +msgid "Check if the module is an Odoo application." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_auto_install +msgid "Check if the module should be install by default." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Close" +msgstr "關閉" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_client_context +msgid "Context" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:47 +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_client_context +#, python-format +msgid "" +"Context to use on the client side when handling the field (python " +"dictionary)" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_uid +msgid "Created by" +msgstr "建立者" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_create_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_create_date +msgid "Created on" +msgstr "建立於" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Data & Demo" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_data_ids +msgid "Data filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_demo_ids +msgid "Demo filters" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_dependency_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Dependencies" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_description +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Description" +msgstr "說明" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_display_name +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_summary +msgid "Enter a summary of your module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_website +msgid "Enter the URL of your website" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_description +msgid "" +"Enter the description of your module, what it does, how to install, " +"configure and use it, the roadmap or known issues. The description will be " +"exported in README.rst" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_right_ids +msgid "" +"Enter the list of access rights that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_field_ids +msgid "" +"Enter the list of fields that you have created or modified and want to " +"export in this module. New models will be exported as long as you choose one" +" of his fields." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_group_ids +msgid "" +"Enter the list of groups that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_menu_ids +msgid "" +"Enter the list of menu items that you have created and want to export in " +"this module. Related windows actions will be exported as well." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_rule_ids +msgid "" +"Enter the list of record rules that you have created and want to export in " +"this module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_report_ids +msgid "" +"Enter the list of reports that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_dependency_ids +msgid "" +"Enter the list of required modules that need to be installed for your module" +" to work properly" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_view_ids +msgid "" +"Enter the list of views that you have created and want to export in this " +"module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_activity_ids +msgid "" +"Enter the list of workflow activities that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_transition_ids +msgid "" +"Enter the list of workflow transitions that you have created and want to " +"export in this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_maintainer +msgid "" +"Enter the name of the person or organization who will maintain this module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_version +msgid "Enter the version of your module with 5 digits" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_author +msgid "Enter your name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Complete" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Export Settings" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_ir_model_fields +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_field_ids +#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Fields" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_data +msgid "File" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_name +msgid "File Name" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "GPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_group_ids +msgid "Groups" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_helper +msgid "Helper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "Here is the exported module:" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_id +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_id +msgid "ID" +msgstr "ID" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_icon_image +msgid "Icon" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Interface" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "LGPL-3 or later version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper___last_update +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export___last_update +msgid "Last Modified on" +msgstr "最後修改:" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_uid +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_uid +msgid "Last Updated by" +msgstr "最後更新:" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_write_date +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_write_date +msgid "Last Updated on" +msgstr "最後更新於" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_license +msgid "License" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_maintainer +msgid "Maintainer" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_menu_ids +#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Module" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_human_name +msgid "Module Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper +msgid "Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper +msgid "Module Prototypes" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_form +msgid "Notes" +msgstr "備註" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_notes +msgid "Notes to developers." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "" +"Notes to help developers to understand the work or advanced features that " +"should be added, ie: onchange, etc." +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper,license:0 +msgid "Other Proprietary" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_tree_view +msgid "Prototype" +msgstr "" + +#. module: module_prototyper +#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list +#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper +msgid "Prototypes" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:44 +#: model:ir.model.fields,field_description:module_prototyper.field_ir_model_fields_limit +#: model:ir.model.fields,help:module_prototyper.field_ir_model_fields_limit +#, python-format +msgid "Read limit" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_rule_ids +msgid "Record Rules" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_report_ids +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Reports" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Security" +msgstr "安全" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_module_export_state +msgid "State" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_summary +msgid "Summary" +msgstr "摘要" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_name +msgid "Technical Name" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_ir_model_fields_form +msgid "Text that will be set as the helper of the field..." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_human_name +msgid "" +"The Module Name will be used as the displayed name of the exported module." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_icon_image +msgid "" +"The icon set up here will be used as the icon for the exported module also" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_data_ids +msgid "The records matching the filters will be added as data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_demo_ids +msgid "The records matching the filters will be added as demo data." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,help:module_prototyper.field_module_prototyper_name +msgid "" +"The technical name will be used to define the name of the exported module, " +"the name of the model." +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_transition_ids +msgid "Transitions" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_version +msgid "Version" +msgstr "" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_view_ids +#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view +msgid "Views" +msgstr "檢視" + +#. module: module_prototyper +#: model:ir.model.fields,field_description:module_prototyper.field_module_prototyper_website +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Website" +msgstr "網站" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "Workflows" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "choose" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Module Prototyper" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Odoo Community Association" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Others, Sales, Website" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: Prototype your module." +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: http://odoo-community.org/" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.module_prototyper_base_form_view +msgid "ex: module_prototyper" +msgstr "" + +#. module: module_prototyper +#: selection:module_prototyper.module.export,state:0 +msgid "get" +msgstr "" + +#. module: module_prototyper +#: model:ir.model,name:module_prototyper.model_module_prototyper_module_export +msgid "module_prototyper.module.export" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:36 +#, python-format +msgid "name of the column referring to 'these' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: code:addons/module_prototyper/models/ir_model_fields.py:41 +#, python-format +msgid "name of the column referring to 'those' records in the relation table" +msgstr "" + +#. module: module_prototyper +#: model:ir.ui.view,arch_db:module_prototyper.view_module_export_wizard +msgid "or" +msgstr "或" diff --git a/module_prototyper/views/ir_model_fields_view.xml b/module_prototyper/views/ir_model_fields_view.xml index df2df0daf9c..f4f55b2ebad 100644 --- a/module_prototyper/views/ir_model_fields_view.xml +++ b/module_prototyper/views/ir_model_fields_view.xml @@ -39,8 +39,7 @@ ir.model - + diff --git a/password_security/README.rst b/password_security/README.rst new file mode 100644 index 00000000000..842bd4e90a6 --- /dev/null +++ b/password_security/README.rst @@ -0,0 +1,90 @@ +.. image:: https://img.shields.io/badge/license-LGPL--3-blue.svg + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 + +================= +Password Security +================= + +This module allows admin to set company-level password security requirements +and enforces them on the user. + +It contains features such as + +* Password expiration days +* Password length requirement +* Password minimum number of lowercase letters +* Password minimum number of uppercase letters +* Password minimum number of numbers +* Password minimum number of special characters + +Configuration +============= + +# Navigate to company you would like to set requirements on +# Click the ``Password Policy`` page +# Set the policies to your liking. + +Password complexity requirements will be enforced upon next password change for +any user in that company. + + +Settings & Defaults +------------------- + +These are defined at the company level: + +===================== ======= =================================================== + Name Default Description +===================== ======= =================================================== + password_expiration 60 Days until passwords expire + password_length 12 Minimum number of characters in password + password_lower True Require lowercase letter in password + password_upper True Require uppercase letters in password + password_numeric True Require number in password + password_special True Require special character in password + password_history 30 Disallow reuse of this many previous passwords + password_minimum 24 Amount of hours that must pass until another reset +===================== ======= =================================================== + +Known Issues / Roadmap +====================== + + +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 to smash it by providing detailed and welcomed feedback. + + +Credits +======= + +Images +------ + +* Odoo Community Association: `Icon `_. + +Contributors +------------ + +* James Foster +* Dave Lasley + +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/password_security/__init__.py b/password_security/__init__.py new file mode 100644 index 00000000000..5b741cc346f --- /dev/null +++ b/password_security/__init__.py @@ -0,0 +1,6 @@ +# -*- coding: utf-8 -*- +# Copyright 2015 LasLabs Inc. +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). + +from . import controllers +from . import models diff --git a/password_security/__openerp__.py b/password_security/__openerp__.py new file mode 100644 index 00000000000..ae1adb81216 --- /dev/null +++ b/password_security/__openerp__.py @@ -0,0 +1,26 @@ +# -*- coding: utf-8 -*- +# Copyright 2015 LasLabs Inc. +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). +{ + + 'name': 'Password Security', + "summary": "Allow admin to set password security requirements.", + 'version': '9.0.1.0.3', + 'author': "LasLabs, Odoo Community Association (OCA)", + 'category': 'Base', + 'depends': [ + 'auth_crypt', + 'auth_signup', + ], + "website": "https://laslabs.com", + "license": "LGPL-3", + "data": [ + 'views/res_company_view.xml', + 'security/ir.model.access.csv', + 'security/res_users_pass_history.xml', + ], + "demo": [ + 'demo/res_users.xml', + ], + 'installable': True, +} diff --git a/password_security/controllers/__init__.py b/password_security/controllers/__init__.py new file mode 100644 index 00000000000..9c90950ac3c --- /dev/null +++ b/password_security/controllers/__init__.py @@ -0,0 +1,5 @@ +# -*- coding: utf-8 -*- +# Copyright 2015 LasLabs Inc. +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). + +from . import main diff --git a/password_security/controllers/main.py b/password_security/controllers/main.py new file mode 100644 index 00000000000..23580628d76 --- /dev/null +++ b/password_security/controllers/main.py @@ -0,0 +1,93 @@ +# -*- coding: utf-8 -*- +# Copyright 2015 LasLabs Inc. +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). + +import operator + +from openerp import http +from openerp.http import request +from openerp.addons.auth_signup.controllers.main import AuthSignupHome +from openerp.addons.web.controllers.main import ensure_db, Session + +from ..exceptions import PassError + + +class PasswordSecuritySession(Session): + + @http.route() + def change_password(self, fields): + new_password = operator.itemgetter('new_password')( + dict(map(operator.itemgetter('name', 'value'), fields)) + ) + user_id = request.env.user + user_id.check_password(new_password) + return super(PasswordSecuritySession, self).change_password(fields) + + +class PasswordSecurityHome(AuthSignupHome): + + def do_signup(self, qcontext): + password = qcontext.get('password') + user_id = request.env.user + user_id.check_password(password) + return super(PasswordSecurityHome, self).do_signup(qcontext) + + @http.route() + def web_login(self, *args, **kw): + ensure_db() + response = super(PasswordSecurityHome, self).web_login(*args, **kw) + if not request.httprequest.method == 'POST': + return response + uid = request.session.authenticate( + request.session.db, + request.params['login'], + request.params['password'] + ) + if not uid: + return response + users_obj = request.env['res.users'].sudo() + user_id = users_obj.browse(request.uid) + if not user_id._password_has_expired(): + return response + user_id.action_expire_password() + redirect = user_id.partner_id.signup_url + return http.redirect_with_hash(redirect) + + @http.route() + def web_auth_signup(self, *args, **kw): + try: + return super(PasswordSecurityHome, self).web_auth_signup( + *args, **kw + ) + except PassError as e: + qcontext = self.get_auth_signup_qcontext() + qcontext['error'] = e.message + return request.render('auth_signup.signup', qcontext) + + @http.route() + def web_auth_reset_password(self, *args, **kw): + """ It provides hook to disallow front-facing resets inside of min + Unfortuantely had to reimplement some core logic here because of + nested logic in parent + """ + qcontext = self.get_auth_signup_qcontext() + if ( + request.httprequest.method == 'POST' and + qcontext.get('login') and + 'error' not in qcontext and + 'token' not in qcontext + ): + login = qcontext.get('login') + user_ids = request.env.sudo().search( + [('login', '=', login)], + limit=1, + ) + if not user_ids: + user_ids = request.env.sudo().search( + [('email', '=', login)], + limit=1, + ) + user_ids._validate_pass_reset() + return super(PasswordSecurityHome, self).web_auth_reset_password( + *args, **kw + ) diff --git a/password_security/demo/res_users.xml b/password_security/demo/res_users.xml new file mode 100644 index 00000000000..2c5ac5205b2 --- /dev/null +++ b/password_security/demo/res_users.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + diff --git a/password_security/exceptions.py b/password_security/exceptions.py new file mode 100644 index 00000000000..dbba100dcf9 --- /dev/null +++ b/password_security/exceptions.py @@ -0,0 +1,12 @@ +# -*- coding: utf-8 -*- +# Copyright 2015 LasLabs Inc. +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). + +from openerp.exceptions import Warning as UserError + + +class PassError(UserError): + """ Example: When you try to create an insecure password.""" + def __init__(self, msg): + self.message = msg + super(PassError, self).__init__(msg) diff --git a/password_security/i18n/am.po b/password_security/i18n/am.po new file mode 100644 index 00000000000..b31d3ce02fb --- /dev/null +++ b/password_security/i18n/am.po @@ -0,0 +1,247 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# Translators: +# OCA Transbot , 2016 +# Mike T , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-10-04 09:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:42+0000\n" +"Last-Translator: Mike T , 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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "ኩባንያዎች" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/ar.po b/password_security/i18n/ar.po new file mode 100644 index 00000000000..fcca47c211a --- /dev/null +++ b/password_security/i18n/ar.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "الشركات" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "أنشئ بواسطة" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "أنشئ في" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "التاريخ" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "اسم العرض" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "المؤرخات" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "المعرف" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "آخر تحديث بواسطة" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "آخر تحديث في" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "المستخدم" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "المستخدمون" diff --git a/password_security/i18n/bg.po b/password_security/i18n/bg.po new file mode 100644 index 00000000000..10ecb8bd9ae --- /dev/null +++ b/password_security/i18n/bg.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Създадено от" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Създадено на" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Дата" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Име за показване" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Последно обновено на" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Последно обновено от" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Последно обновено на" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/bs.po b/password_security/i18n/bs.po new file mode 100644 index 00000000000..23862ab3795 --- /dev/null +++ b/password_security/i18n/bs.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Datum" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Prikaži naziv" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Istorija" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Zadnje mijenjano" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Korisnik" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/ca.po b/password_security/i18n/ca.po new file mode 100644 index 00000000000..50b7615922a --- /dev/null +++ b/password_security/i18n/ca.po @@ -0,0 +1,247 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:12+0000\n" +"PO-Revision-Date: 2017-01-17 13:12+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Creat per" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Creat el" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Data" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Veure el nom" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Història" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Darrera modificació el" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Darrera Actualització per" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Darrera Actualització el" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Usuari" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "Usuaris" diff --git a/password_security/i18n/cs.po b/password_security/i18n/cs.po new file mode 100644 index 00000000000..ae705db208d --- /dev/null +++ b/password_security/i18n/cs.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Vytvořil(a)" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Vytvořeno" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Datum" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Zobrazovaný název" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Historie" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Naposled upraveno" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Naposled upraveno" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Naposled upraveno" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Uživatel" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/da.po b/password_security/i18n/da.po new file mode 100644 index 00000000000..8733b97e642 --- /dev/null +++ b/password_security/i18n/da.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "Virksomheder" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Oprettet af" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Oprettet den" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Vist navn" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "Id" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Sidst opdateret af" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Sidst opdateret den" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "Brugere" diff --git a/password_security/i18n/de.po b/password_security/i18n/de.po new file mode 100644 index 00000000000..9d136702e68 --- /dev/null +++ b/password_security/i18n/de.po @@ -0,0 +1,248 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# Translators: +# OCA Transbot , 2016 +# Ermin Trevisan , 2016 +# Rudolf Schnapka , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-10-04 09:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:42+0000\n" +"Last-Translator: Rudolf Schnapka , 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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "Unternehmen" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Erstellt von" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Erstellt am:" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Datum" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "Tage" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Verlauf" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Zuletzt aktualisiert von" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Zuletzt aktualisiert am" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "Numerisch" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Benutzer" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "Benutzer" diff --git a/password_security/i18n/el_GR.po b/password_security/i18n/el_GR.po new file mode 100644 index 00000000000..5babc59c322 --- /dev/null +++ b/password_security/i18n/el_GR.po @@ -0,0 +1,247 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "Εταιρίες" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Δημιουργήθηκε από " + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Δημιουργήθηκε στις" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Ημερομηνία" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "Κωδικός" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Τελευταία ενημέρωση από" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Τελευταία ενημέρωση στις" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "Χρήστες" diff --git a/password_security/i18n/en_GB.po b/password_security/i18n/en_GB.po new file mode 100644 index 00000000000..6c21f4c1722 --- /dev/null +++ b/password_security/i18n/en_GB.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Created by" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Created on" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Date" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "History" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "User" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/es.po b/password_security/i18n/es.po new file mode 100644 index 00000000000..9fccd4a2f85 --- /dev/null +++ b/password_security/i18n/es.po @@ -0,0 +1,248 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# Translators: +# Antonio Trueba , 2016 +# OCA Transbot , 2016 +# oihane , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-10-04 09:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:42+0000\n" +"Last-Translator: oihane , 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" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "Compañías" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Fecha" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "Días" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Historial" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID (identificación)" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "Numérico" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Usuario" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "Usuarios" diff --git a/password_security/i18n/es_AR.po b/password_security/i18n/es_AR.po new file mode 100644 index 00000000000..fbe1e394a24 --- /dev/null +++ b/password_security/i18n/es_AR.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Fecha" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Mostrar Nombre" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Historial" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/es_CL.po b/password_security/i18n/es_CL.po new file mode 100644 index 00000000000..a4e14c2ca90 --- /dev/null +++ b/password_security/i18n/es_CL.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID (identificación)" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/es_CO.po b/password_security/i18n/es_CO.po new file mode 100644 index 00000000000..be8cd7037d3 --- /dev/null +++ b/password_security/i18n/es_CO.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Creado" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Nombre Público" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Última Modificación el" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/es_CR.po b/password_security/i18n/es_CR.po new file mode 100644 index 00000000000..3696ff652d5 --- /dev/null +++ b/password_security/i18n/es_CR.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:42+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Fecha" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Historial" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Usuario" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/es_DO.po b/password_security/i18n/es_DO.po new file mode 100644 index 00000000000..866c5b247d0 --- /dev/null +++ b/password_security/i18n/es_DO.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID (identificación)" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/es_EC.po b/password_security/i18n/es_EC.po new file mode 100644 index 00000000000..112fb99890e --- /dev/null +++ b/password_security/i18n/es_EC.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Fecha" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Histórico" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Usuario" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/es_ES.po b/password_security/i18n/es_ES.po new file mode 100644 index 00000000000..52c89540b5a --- /dev/null +++ b/password_security/i18n/es_ES.po @@ -0,0 +1,247 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:40+0000\n" +"PO-Revision-Date: 2017-02-16 10:40+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "Compañías" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Nombre para mostrar" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "Usuarios" diff --git a/password_security/i18n/es_MX.po b/password_security/i18n/es_MX.po new file mode 100644 index 00000000000..eac734ecc47 --- /dev/null +++ b/password_security/i18n/es_MX.po @@ -0,0 +1,247 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# Translators: +# OCA Transbot , 2016 +# Juan González , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-08 03:45+0000\n" +"PO-Revision-Date: 2016-12-08 03:45+0000\n" +"Last-Translator: Juan González , 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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "Compañías" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Fecha" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Nombre desplegado" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Historial" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Ultima modificacion realizada" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Usuario" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/es_PE.po b/password_security/i18n/es_PE.po new file mode 100644 index 00000000000..9795349b4b3 --- /dev/null +++ b/password_security/i18n/es_PE.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Ultima Modificación en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Actualizado última vez por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Ultima Actualización" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/es_PY.po b/password_security/i18n/es_PY.po new file mode 100644 index 00000000000..fef3536dfb6 --- /dev/null +++ b/password_security/i18n/es_PY.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/es_VE.po b/password_security/i18n/es_VE.po new file mode 100644 index 00000000000..3c0d6fe24ca --- /dev/null +++ b/password_security/i18n/es_VE.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Fecha" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Historial" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Modificada por última vez" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Usuario" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/et.po b/password_security/i18n/et.po new file mode 100644 index 00000000000..67ce034be25 --- /dev/null +++ b/password_security/i18n/et.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Loonud" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Loodud" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Kuupäev" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Näidatav nimi" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Ajalugu" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Viimati muudetud" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Viimati uuendatud" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Viimati uuendatud" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Kasutaja" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/eu.po b/password_security/i18n/eu.po new file mode 100644 index 00000000000..bc6d8da7b0f --- /dev/null +++ b/password_security/i18n/eu.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Nork sortua" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Created on" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/fa.po b/password_security/i18n/fa.po new file mode 100644 index 00000000000..1bf6dd3e8ec --- /dev/null +++ b/password_security/i18n/fa.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "ایجاد شده توسط" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "ایجاد شده در" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "شناسه" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "تاریخ آخرین به‌روزرسانی" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "آخرین به روز رسانی توسط" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "آخرین به روز رسانی در" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/fi.po b/password_security/i18n/fi.po new file mode 100644 index 00000000000..2fe42c84c5a --- /dev/null +++ b/password_security/i18n/fi.po @@ -0,0 +1,247 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# Translators: +# Jarmo Kortetjärvi , 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:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:42+0000\n" +"Last-Translator: OCA Transbot , 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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "Yritykset" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Luonut" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Luotu" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Päivämäärä" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Nimi" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Historia" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Viimeksi päivittänyt" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Viimeksi päivitetty" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Käyttäjä" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "Käyttäjät" diff --git a/password_security/i18n/fr.po b/password_security/i18n/fr.po new file mode 100644 index 00000000000..e6d6b2afeea --- /dev/null +++ b/password_security/i18n/fr.po @@ -0,0 +1,253 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# Translators: +# OCA Transbot , 2016 +# Quentin THEURET , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-08 10:36+0000\n" +"PO-Revision-Date: 2017-02-08 10:36+0000\n" +"Last-Translator: Quentin THEURET , 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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" +"Nombre d'heures pendant lesquelles un utilisateur ne peut pas changer à " +"nouveau son mot de passe" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "Interdire l'utilisation des %d mots de passe les plus récents" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "Longueur minimale" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "Sociétés" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Créé le" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Date" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "Jours" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" +"Empêche la réutilisation de plusieurs mots de passe précédents - Utilisez un" +" nombre négatif pour l'infini, ou 0 pour désactiver cette fonctionnalité" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Nom à afficher" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "Mot de passe chiffré" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "Options supplémentaires" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Anciens mots de passe" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "Nombre de jours avant l'expiration du mot de passe" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Dernière modification par" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Dernière modification le" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "Dernière mise à jour de mot de passe" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "Des lettres minuscules" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "Lettre minuscule" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "Heures minimum" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "Nombre minimal de caractères" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "Doit contenir :" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "Des chiffres" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "Nombre" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "Historique des mots de passe" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "Politique des mots de passe" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "Le mot de passe doit contenir %d caractères ou plus." + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" +"Les mots de passe peuvent seulement être changé toutes les %d heure(s). " +"Veuillez contacter votre administrateur pour obtenir de l'aide." + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "Doit contenir des caractères minuscules" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "Doit contenir des chiffres" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "Doit contenir des caractères spéciaux" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "Doit contenir des lettres majuscules" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "Doit contenir des lettres majuscules" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "Doit contenir" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "Historique des mots de passe des utilisateurs" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "Des caractères spéciaux" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "Durées" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "Des lettres majuscules" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "Lettre majuscule" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Utilisateur" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "Utilisateurs" diff --git a/password_security/i18n/fr_CA.po b/password_security/i18n/fr_CA.po new file mode 100644 index 00000000000..c365c236d77 --- /dev/null +++ b/password_security/i18n/fr_CA.po @@ -0,0 +1,248 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# Translators: +# Martin Malorni , 2016 +# OCA Transbot , 2016 +# Adriana Ierfino , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-10-04 09:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:42+0000\n" +"Last-Translator: Adriana Ierfino , 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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "Entreprises" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Créé le" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Date" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Afficher le nom" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "Identifiant" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/fr_CH.po b/password_security/i18n/fr_CH.po new file mode 100644 index 00000000000..b02a8c51939 --- /dev/null +++ b/password_security/i18n/fr_CH.po @@ -0,0 +1,247 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:12+0000\n" +"PO-Revision-Date: 2016-12-03 04:12+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Créé le" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Modifié par" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Modifié le" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "Utilisateurs" diff --git a/password_security/i18n/fr_FR.po b/password_security/i18n/fr_FR.po new file mode 100644 index 00000000000..3202b5ff9c1 --- /dev/null +++ b/password_security/i18n/fr_FR.po @@ -0,0 +1,247 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# Translators: +# Mohamed HABOU , 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:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:42+0000\n" +"Last-Translator: OCA Transbot , 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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "Sociétés" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Date" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/gl.po b/password_security/i18n/gl.po new file mode 100644 index 00000000000..0a4aae06a6d --- /dev/null +++ b/password_security/i18n/gl.po @@ -0,0 +1,247 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# Translators: +# OCA Transbot , 2016 +# César Castro Cruz , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-10-04 09:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:42+0000\n" +"Last-Translator: César Castro Cruz , 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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Data" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Modificado por última vez o" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "ültima actualización por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Usuario" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/gl_ES.po b/password_security/i18n/gl_ES.po new file mode 100644 index 00000000000..5a589bc7862 --- /dev/null +++ b/password_security/i18n/gl_ES.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:42+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/he.po b/password_security/i18n/he.po new file mode 100644 index 00000000000..cd9e8c374d5 --- /dev/null +++ b/password_security/i18n/he.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "נוצר על ידי" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "נוצר ב-" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "השם המוצג" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "מזהה" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "תאריך שינוי אחרון" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "עודכן לאחרונה על ידי" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "עודכן לאחרונה על" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/hr.po b/password_security/i18n/hr.po new file mode 100644 index 00000000000..2186a49f776 --- /dev/null +++ b/password_security/i18n/hr.po @@ -0,0 +1,252 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:42+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "Nakon koliko sati korisnik može ponovo mijenjati zaporku" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "Nemože koristiti zadnjih %d zaporki" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "Znakovi" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "Poduzeća" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Kreirano " + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Datum" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "Dana" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" +"Onemogući ponovljenokorištenje ovoliko prethodnih zaporki - koristite " +"negativni broj za beskonačno, ili 0 za onemogućivanje" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Prikaži naziv" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "Kriptirana zaporka" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "Ekstra" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Povijest" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "Koliko dana do isteka zaporke" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Zadnja izmjena na" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Zadnje ažuriranje izvršio" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Zadnje ažuriranje na" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "Zadnje ažuriranje zaporke" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "Mala slova" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "Malo slovo" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "Minimalno sati" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "Minimalni broj znakova" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "Mora sadržavati sljedeće:" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "Broj" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "Znamenka " + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "Povijest zaporki" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "Pravila zaporki" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "Zaporka mora biti %d znakova ili više." + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" +"Zaporka se može izmijeniti svakih %d sat(i). Molimo kontaktirajte " +"administratora za pomoć." + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "Zahtijeva malo slovo" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "Zahtijeva brojeve" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "Zahtijeva specijalne znakove" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "Zahtijeva veliko slovo" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "Zahtijevani znakovi" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "Povijest korisničkih zaporki" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "Specijano" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "Specijalni znak" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "Vremena" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "Veliko slovo" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "Veliko slovo" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Korisnik" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "Korisnici" diff --git a/password_security/i18n/hr_HR.po b/password_security/i18n/hr_HR.po new file mode 100644 index 00000000000..6e06f7a78e6 --- /dev/null +++ b/password_security/i18n/hr_HR.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:42+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "Poduzeća" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Datum" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Povijest" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Zadnje modificirano" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Zadnje ažurirao" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "Korisnici" diff --git a/password_security/i18n/hu.po b/password_security/i18n/hu.po new file mode 100644 index 00000000000..1f6ba3626e8 --- /dev/null +++ b/password_security/i18n/hu.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Készítette" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Létrehozás dátuma" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Dátum" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Előzmény" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "Azonosító ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Utolsó frissítés dátuma" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Utoljára frissítve, által" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Utoljára frissítve ekkor" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Felhasználó" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/id.po b/password_security/i18n/id.po new file mode 100644 index 00000000000..47eea889947 --- /dev/null +++ b/password_security/i18n/id.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Dibuat oleh" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Dibuat pada" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Tanggal" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Terakhir Dimodifikasi pada" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Diperbaharui oleh" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Diperbaharui pada" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/it.po b/password_security/i18n/it.po new file mode 100644 index 00000000000..e715146b8ec --- /dev/null +++ b/password_security/i18n/it.po @@ -0,0 +1,247 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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-10-04 09:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:42+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "Aziende" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Creato da" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Creato il" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Data" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Nome da visualizzare" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Storico" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Utente" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "Utenti" diff --git a/password_security/i18n/ja.po b/password_security/i18n/ja.po new file mode 100644 index 00000000000..3751ba5055d --- /dev/null +++ b/password_security/i18n/ja.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "作成者" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "作成日" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "日付" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "表示名" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "履歴" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "最終更新者" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "最終更新日" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "ユーザ" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/ko.po b/password_security/i18n/ko.po new file mode 100644 index 00000000000..5b45630da43 --- /dev/null +++ b/password_security/i18n/ko.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "작성자" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "작성일" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "날짜" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "표시 이름" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "최근 갱신한 사람" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "최근 갱신 날짜" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/lt.po b/password_security/i18n/lt.po new file mode 100644 index 00000000000..054191e4a5f --- /dev/null +++ b/password_security/i18n/lt.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Data" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Vaizduojamas pavadinimas" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Istorija" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Paskutini kartą atnaujino" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Naudotojas" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/lt_LT.po b/password_security/i18n/lt_LT.po new file mode 100644 index 00000000000..415325f72d0 --- /dev/null +++ b/password_security/i18n/lt_LT.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:42+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/lv.po b/password_security/i18n/lv.po new file mode 100644 index 00000000000..f2105a848e2 --- /dev/null +++ b/password_security/i18n/lv.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:42+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Izveidoja" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Izveidots" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Datums" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Pēdējo reizi atjaunoja" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Pēdējās izmaiņas" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Lietotājs" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/mk.po b/password_security/i18n/mk.po new file mode 100644 index 00000000000..911a91b9432 --- /dev/null +++ b/password_security/i18n/mk.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Креирано од" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Креирано на" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Датум" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Прикажи име" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Историја" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Последна промена на" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Последно ажурирање од" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Последно ажурирање на" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Корисник" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/mn.po b/password_security/i18n/mn.po new file mode 100644 index 00000000000..dbea67a976b --- /dev/null +++ b/password_security/i18n/mn.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Үүсгэгч" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Үүсгэсэн огноо" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Огноо" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Дэлгэцийн Нэр" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Түүх" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Сүүлийн засвар хийсэн" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Хэрэглэгч" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/nb.po b/password_security/i18n/nb.po new file mode 100644 index 00000000000..7ff6feb7103 --- /dev/null +++ b/password_security/i18n/nb.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "Firmaer" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Opprettet av" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Opprettet" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Dato" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Visnings navn" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Historie" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Sist oppdatert " + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Sist oppdatert" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Bruker" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/nb_NO.po b/password_security/i18n/nb_NO.po new file mode 100644 index 00000000000..82a888e2a67 --- /dev/null +++ b/password_security/i18n/nb_NO.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:42+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "Firmaer" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Laget av" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Laget den" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Sist endret den" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Sist oppdatert den" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/nl.po b/password_security/i18n/nl.po new file mode 100644 index 00000000000..461146b357a --- /dev/null +++ b/password_security/i18n/nl.po @@ -0,0 +1,247 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:42+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "Bedrijven" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Datum" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Te tonen naam" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Historie" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Laatst bijgewerkt op" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Laatste bijgewerkt door" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Gebruiker" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "Gebruikers" diff --git a/password_security/i18n/nl_BE.po b/password_security/i18n/nl_BE.po new file mode 100644 index 00000000000..2e903608431 --- /dev/null +++ b/password_security/i18n/nl_BE.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "Bedrijven" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Gemaakt door" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Gemaakt op" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Datum" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Historiek" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Laatst Aangepast op" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Gebruiker" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/pl.po b/password_security/i18n/pl.po new file mode 100644 index 00000000000..73124697785 --- /dev/null +++ b/password_security/i18n/pl.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Utworzone przez" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Data utworzenia" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Data" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Wyświetlana nazwa " + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Historia" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Ostatnio modyfikowano" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Ostatnio modyfikowane przez" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Data ostatniej modyfikacji" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Użytkownik" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/pt.po b/password_security/i18n/pt.po new file mode 100644 index 00000000000..145834dbc10 --- /dev/null +++ b/password_security/i18n/pt.po @@ -0,0 +1,247 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# Translators: +# Pedro Castro Silva , 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:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:42+0000\n" +"Last-Translator: OCA Transbot , 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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Data" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Nome a Apresentar" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Histórico" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Última Modificação Em" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Utilizador" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/pt_BR.po b/password_security/i18n/pt_BR.po new file mode 100644 index 00000000000..e23d722b251 --- /dev/null +++ b/password_security/i18n/pt_BR.po @@ -0,0 +1,247 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# Translators: +# OCA Transbot , 2016 +# Paulo Ricardo , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-10-04 09:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:42+0000\n" +"Last-Translator: Paulo Ricardo , 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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "Empresas" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Data" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Nome para Mostrar" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Histórico" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "Identificação" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Última Modificação em" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Última atualização por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Última atualização em" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "Numérico" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Usuário" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "Usuários" diff --git a/password_security/i18n/pt_PT.po b/password_security/i18n/pt_PT.po new file mode 100644 index 00000000000..bd014fb85c5 --- /dev/null +++ b/password_security/i18n/pt_PT.po @@ -0,0 +1,247 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# Translators: +# Pedro Castro Silva , 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:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:42+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Data" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Nome a Apresentar" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Histórico" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Última Modificação em" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Utilizador" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/ro.po b/password_security/i18n/ro.po new file mode 100644 index 00000000000..62c0fcef3b1 --- /dev/null +++ b/password_security/i18n/ro.po @@ -0,0 +1,248 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# Translators: +# Fekete Mihai , 2016 +# OCA Transbot , 2016 +# Dorin Hongu , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-10-04 09:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:42+0000\n" +"Last-Translator: Dorin Hongu , 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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "Companii" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Creat de" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Creat la" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Data" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Nume Afişat" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Istoric" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Ultima actualizare în" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Ultima actualizare făcută de" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Ultima actualizare la" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "Numerică" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Utilizator" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/ru.po b/password_security/i18n/ru.po new file mode 100644 index 00000000000..6abb943d2dd --- /dev/null +++ b/password_security/i18n/ru.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:42+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Создано" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Создан" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Дата" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "История" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Последний раз обновлено" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Последний раз обновлено" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Пользователь" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/sk.po b/password_security/i18n/sk.po new file mode 100644 index 00000000000..4025694ec54 --- /dev/null +++ b/password_security/i18n/sk.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+0000\n" +"Last-Translator: OCA Transbot , 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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "Spoločnosti" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Vytvoril" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Vytvorené" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Dátum" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Zobraziť meno" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Posledná modifikácia" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Naposledy upravil" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Naposledy upravené" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/sl.po b/password_security/i18n/sl.po new file mode 100644 index 00000000000..4d117525764 --- /dev/null +++ b/password_security/i18n/sl.po @@ -0,0 +1,251 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# Translators: +# OCA Transbot , 2016 +# Matjaž Mozetič , 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: Matjaž Mozetič , 2017\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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "Število ur do ponovne možnosti spremembe uporabniškega gesla" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "Ne morete uporabiti nedavnih %d gesel" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "Znaki" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "Družbe" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Ustvaril" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Ustvarjeno" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Datum" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "Dni" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" +"Ne dovoli ponovne uporabe toliko prejšnjih gesel - uporabite negativno " +"število za neskončno ali 0, da bi onemogočili" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Prikazni naziv" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "Šifrirano geslo" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "Dodatno" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Zgodovina" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "Število dni do zapadlosti gesla" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Zadnji posodobil" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Zadnjič posodobljeno" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "Zadnja posodobitev gesla" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "Male črke" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "Mala črka" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "Minimalno ur" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "Minimalno število znakov" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "Mora vsebovati naslednje:" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "Numerično" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "Numerični znak" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "Zgodovina gesel" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "Pravilnik za gesla" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "Geslo mora vsebovati %d znakov ali več." + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" +"Gesla se lahko ponastavijo le vsakih %d ur. Kontaktirajte administratorja za" +" pomoč." + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "Zahtevaj male črke" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "Zahtevaj numerične znake" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "Zahtevaj posebne znake" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "Zahtevaj velike črke" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "Zahtevano znakov" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "Zgodovina gesel uporabnikov" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "Posebni" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "Posebni znak" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "Časovni okviri" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "Velike črke" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "Velika črka" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Uporabnik" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "Uporabniki" diff --git a/password_security/i18n/sr.po b/password_security/i18n/sr.po new file mode 100644 index 00000000000..76f8d821915 --- /dev/null +++ b/password_security/i18n/sr.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:42+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Datum" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/sr@latin.po b/password_security/i18n/sr@latin.po new file mode 100644 index 00000000000..9e0596c7240 --- /dev/null +++ b/password_security/i18n/sr@latin.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Datum" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Ime za prikaz" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Istorijat" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Zadnja izmjena" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Zadnja izmjena" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Zadnja izmjena" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Korisnik" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/sv.po b/password_security/i18n/sv.po new file mode 100644 index 00000000000..f950d6bd71c --- /dev/null +++ b/password_security/i18n/sv.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Skapad av" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Skapad den" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Datum" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Visa namn" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Historia" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Senast uppdaterad av" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Senast uppdaterad" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Användare" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/th.po b/password_security/i18n/th.po new file mode 100644 index 00000000000..91cc1e82fdf --- /dev/null +++ b/password_security/i18n/th.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "สร้างโดย" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "สร้างเมื่อ" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "วันที่" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "ประวัติ" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "รหัส" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "อัพเดทครั้งสุดท้ายโดย" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "อัพเดทครั้งสุดท้ายเมื่อ" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "ผู้ใช้" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/tr.po b/password_security/i18n/tr.po new file mode 100644 index 00000000000..5d5e594003b --- /dev/null +++ b/password_security/i18n/tr.po @@ -0,0 +1,247 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:40+0000\n" +"PO-Revision-Date: 2016-12-29 03:40+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "Şirketler" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Oluşturuldu" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Tarih" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Görünen İsim" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Geçmiş" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Son değişiklik" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Son güncelleyen" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Son güncelleme" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Kullanıcı" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "Kullanıcılar" diff --git a/password_security/i18n/tr_TR.po b/password_security/i18n/tr_TR.po new file mode 100644 index 00000000000..0ad10fb6379 --- /dev/null +++ b/password_security/i18n/tr_TR.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# Translators: +# 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:04+0000\n" +"PO-Revision-Date: 2017-01-07 04:04+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Oluşturulma tarihi" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Görünen ad" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "Kimlik" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "En son güncelleme tarihi" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "En son güncelleyen " + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "En son güncelleme tarihi" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Kullanıcı" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "Kullanıcılar" diff --git a/password_security/i18n/uk.po b/password_security/i18n/uk.po new file mode 100644 index 00000000000..96d9cffa9d1 --- /dev/null +++ b/password_security/i18n/uk.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Створив" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Створено" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Дата" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Назва для відображення" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Остання модифікація" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Востаннє відредаговано" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Дата останньої зміни" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/vi.po b/password_security/i18n/vi.po new file mode 100644 index 00000000000..bca6872b6dd --- /dev/null +++ b/password_security/i18n/vi.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Được tạo bởi" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Tạo trên" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "Ngày" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "Lịch sử" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "Người sử dụng" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/vi_VN.po b/password_security/i18n/vi_VN.po new file mode 100644 index 00000000000..560cd0f6604 --- /dev/null +++ b/password_security/i18n/vi_VN.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:42+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "Tạo bởi" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "Tạo vào" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "Cập nhật lần cuối bởi" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/i18n/zh_CN.po b/password_security/i18n/zh_CN.po new file mode 100644 index 00000000000..033996f1c91 --- /dev/null +++ b/password_security/i18n/zh_CN.po @@ -0,0 +1,247 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# Translators: +# Jeffery Chenn , 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:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:42+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "公司" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "创建人" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "创建时间" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "日期" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "历史" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "最后修改时间" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "最后更新人" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "最后更新时间" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "用户" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "用户" diff --git a/password_security/i18n/zh_TW.po b/password_security/i18n/zh_TW.po new file mode 100644 index 00000000000..49561789786 --- /dev/null +++ b/password_security/i18n/zh_TW.po @@ -0,0 +1,246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * password_security +# +# 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:46+0000\n" +"PO-Revision-Date: 2016-11-26 01:46+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: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_minimum +msgid "Amount of hours until a user may change password again" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:145 +#, python-format +msgid "Cannot use the most recent %d passwords" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_length +msgid "Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_company +msgid "Companies" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid +msgid "Created by" +msgstr "建立者" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date +msgid "Created on" +msgstr "建立於" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date +msgid "Date" +msgstr "日期" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration +msgid "Days" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_history +msgid "" +"Disallow reuse of this many previous passwords - use negative number for " +"infinite, or 0 to disable" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt +msgid "Encrypted Password" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Extra" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_history +msgid "History" +msgstr "歷史記錄" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_expiration +msgid "How many days until passwords expire" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id +msgid "ID" +msgstr "ID" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update +msgid "Last Modified on" +msgstr "最後修改:" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid +msgid "Last Updated by" +msgstr "最後更新:" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date +msgid "Last Updated on" +msgstr "最後更新於" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date +msgid "Last password update" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower +msgid "Lowercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:51 +#, python-format +msgid "Lowercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum +msgid "Minimum Hours" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_length +msgid "Minimum number of characters" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:59 +#, python-format +msgid "Must contain the following:" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric +msgid "Numeric" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:55 +#, python-format +msgid "Numeric digit" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids +msgid "Password History" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Password Policy" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:62 +#, python-format +msgid "Password must be %d characters or more." +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:121 +#, python-format +msgid "" +"Passwords can only be reset every %d hour(s). Please contact an " +"administrator for assistance." +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_lower +msgid "Require lowercase letters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_numeric +msgid "Require numeric digits" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_special +msgid "Require special characters" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,help:password_security.field_res_company_password_upper +msgid "Require uppercase letters" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Required Characters" +msgstr "" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users_pass_history +msgid "Res Users Password History" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_special +msgid "Special" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:57 +#, python-format +msgid "Special character" +msgstr "" + +#. module: password_security +#: model:ir.ui.view,arch_db:password_security.view_company_form +msgid "Timings" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper +msgid "Uppercase" +msgstr "" + +#. module: password_security +#: code:addons/password_security/models/res_users.py:53 +#, python-format +msgid "Uppercase letter" +msgstr "" + +#. module: password_security +#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id +msgid "User" +msgstr "使用者" + +#. module: password_security +#: model:ir.model,name:password_security.model_res_users +msgid "Users" +msgstr "" diff --git a/password_security/models/__init__.py b/password_security/models/__init__.py new file mode 100644 index 00000000000..84ba9a5fc87 --- /dev/null +++ b/password_security/models/__init__.py @@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- +# Copyright 2015 LasLabs Inc. +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). + +from . import res_users +from . import res_company +from . import res_users_pass_history diff --git a/password_security/models/res_company.py b/password_security/models/res_company.py new file mode 100644 index 00000000000..03f00b2def2 --- /dev/null +++ b/password_security/models/res_company.py @@ -0,0 +1,51 @@ +# -*- coding: utf-8 -*- +# Copyright 2015 LasLabs Inc. +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). + +from openerp import models, fields + + +class ResCompany(models.Model): + _inherit = 'res.company' + + password_expiration = fields.Integer( + 'Days', + default=60, + help='How many days until passwords expire', + ) + password_length = fields.Integer( + 'Characters', + default=12, + help='Minimum number of characters', + ) + password_lower = fields.Boolean( + 'Lowercase', + default=True, + help='Require lowercase letters', + ) + password_upper = fields.Boolean( + 'Uppercase', + default=True, + help='Require uppercase letters', + ) + password_numeric = fields.Boolean( + 'Numeric', + default=True, + help='Require numeric digits', + ) + password_special = fields.Boolean( + 'Special', + default=True, + help='Require special characters', + ) + password_history = fields.Integer( + 'History', + default=30, + help='Disallow reuse of this many previous passwords - use negative ' + 'number for infinite, or 0 to disable', + ) + password_minimum = fields.Integer( + 'Minimum Hours', + default=24, + help='Amount of hours until a user may change password again', + ) diff --git a/password_security/models/res_users.py b/password_security/models/res_users.py new file mode 100644 index 00000000000..63b1fb3d618 --- /dev/null +++ b/password_security/models/res_users.py @@ -0,0 +1,158 @@ +# -*- coding: utf-8 -*- +# Copyright 2015 LasLabs Inc. +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). + +import re + +from datetime import datetime, timedelta + +from openerp import api, fields, models, _ + +from ..exceptions import PassError + + +def delta_now(**kwargs): + dt = datetime.now() + timedelta(**kwargs) + return fields.Datetime.to_string(dt) + + +class ResUsers(models.Model): + _inherit = 'res.users' + + password_write_date = fields.Datetime( + 'Last password update', + readonly=True, + ) + password_history_ids = fields.One2many( + string='Password History', + comodel_name='res.users.pass.history', + inverse_name='user_id', + readonly=True, + ) + + @api.model + def create(self, vals): + vals['password_write_date'] = fields.Datetime.now() + return super(ResUsers, self).create(vals) + + @api.multi + def write(self, vals): + if vals.get('password'): + self.check_password(vals['password']) + vals['password_write_date'] = fields.Datetime.now() + return super(ResUsers, self).write(vals) + + @api.multi + def password_match_message(self): + self.ensure_one() + company_id = self.company_id + message = [] + if company_id.password_lower: + message.append('* ' + _('Lowercase letter')) + if company_id.password_upper: + message.append('* ' + _('Uppercase letter')) + if company_id.password_numeric: + message.append('* ' + _('Numeric digit')) + if company_id.password_special: + message.append('* ' + _('Special character')) + if len(message): + message = [_('Must contain the following:')] + message + if company_id.password_length: + message = [ + _('Password must be %d characters or more.') % + company_id.password_length + ] + message + return '\r'.join(message) + + @api.multi + def check_password(self, password): + self.ensure_one() + if not password: + return True + company_id = self.company_id + password_regex = ['^'] + if company_id.password_lower: + password_regex.append('(?=.*?[a-z])') + if company_id.password_upper: + password_regex.append('(?=.*?[A-Z])') + if company_id.password_numeric: + password_regex.append(r'(?=.*?\d)') + if company_id.password_special: + password_regex.append(r'(?=.*?\W)') + password_regex.append('.{%d,}$' % company_id.password_length) + if not re.search(''.join(password_regex), password): + raise PassError(_(self.password_match_message())) + return True + + @api.multi + def _password_has_expired(self): + self.ensure_one() + if not self.password_write_date: + return True + write_date = fields.Datetime.from_string(self.password_write_date) + today = fields.Datetime.from_string(fields.Datetime.now()) + days = (today - write_date).days + return days > self.company_id.password_expiration + + @api.multi + def action_expire_password(self): + expiration = delta_now(days=+1) + for rec_id in self: + rec_id.mapped('partner_id').signup_prepare( + signup_type="reset", expiration=expiration + ) + + @api.multi + def _validate_pass_reset(self): + """ It provides validations before initiating a pass reset email + :raises: PassError on invalidated pass reset attempt + :return: True on allowed reset + """ + for rec_id in self: + pass_min = rec_id.company_id.password_minimum + if pass_min <= 0: + pass + write_date = fields.Datetime.from_string( + rec_id.password_write_date + ) + delta = timedelta(hours=pass_min) + if write_date + delta > datetime.now(): + raise PassError( + _('Passwords can only be reset every %d hour(s). ' + 'Please contact an administrator for assistance.') % + pass_min, + ) + return True + + @api.multi + def _set_password(self, password): + """ It validates proposed password against existing history + :raises: PassError on reused password + """ + crypt = self._crypt_context()[0] + for rec_id in self: + recent_passes = rec_id.company_id.password_history + if recent_passes < 0: + recent_passes = rec_id.password_history_ids + else: + recent_passes = rec_id.password_history_ids[ + 0:recent_passes-1 + ] + if len(recent_passes.filtered( + lambda r: crypt.verify(password, r.password_crypt) + )): + raise PassError( + _('Cannot use the most recent %d passwords') % + rec_id.company_id.password_history + ) + super(ResUsers, self)._set_password(password) + + @api.multi + def _set_encrypted_password(self, encrypted): + """ It saves password crypt history for history rules """ + super(ResUsers, self)._set_encrypted_password(encrypted) + self.write({ + 'password_history_ids': [(0, 0, { + 'password_crypt': encrypted, + })], + }) diff --git a/password_security/models/res_users_pass_history.py b/password_security/models/res_users_pass_history.py new file mode 100644 index 00000000000..8778341ac00 --- /dev/null +++ b/password_security/models/res_users_pass_history.py @@ -0,0 +1,26 @@ +# -*- coding: utf-8 -*- +# Copyright 2016 LasLabs Inc. +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). + +from openerp import fields, models + + +class ResUsersPassHistory(models.Model): + _name = 'res.users.pass.history' + _description = 'Res Users Password History' + + _order = 'user_id, date desc' + + user_id = fields.Many2one( + string='User', + comodel_name='res.users', + ondelete='cascade', + index=True, + ) + password_crypt = fields.Char( + string='Encrypted Password', + ) + date = fields.Datetime( + default=lambda s: fields.Datetime.now(), + index=True, + ) diff --git a/password_security/security/ir.model.access.csv b/password_security/security/ir.model.access.csv new file mode 100644 index 00000000000..0936e18777d --- /dev/null +++ b/password_security/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_res_users_pass_history,access_res_users_pass_history,model_res_users_pass_history,base.group_user,1,0,1,0 diff --git a/password_security/security/res_users_pass_history.xml b/password_security/security/res_users_pass_history.xml new file mode 100644 index 00000000000..6d92311a11a --- /dev/null +++ b/password_security/security/res_users_pass_history.xml @@ -0,0 +1,19 @@ + + + + + + + + Res Users Pass History Access + + + [ + ('user_id', '=', user.id) + ] + + + diff --git a/stock_enterprise_remove/static/description/icon.png b/password_security/static/description/icon.png similarity index 100% rename from stock_enterprise_remove/static/description/icon.png rename to password_security/static/description/icon.png diff --git a/password_security/tests/__init__.py b/password_security/tests/__init__.py new file mode 100644 index 00000000000..2263c21e709 --- /dev/null +++ b/password_security/tests/__init__.py @@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- +# Copyright 2015 LasLabs Inc. +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). + +from . import test_res_users +from . import test_password_security_home +from . import test_password_security_session diff --git a/password_security/tests/test_password_security_home.py b/password_security/tests/test_password_security_home.py new file mode 100644 index 00000000000..3a9eafc7181 --- /dev/null +++ b/password_security/tests/test_password_security_home.py @@ -0,0 +1,269 @@ +# -*- coding: utf-8 -*- +# Copyright 2016 LasLabs Inc. +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). + +import mock + +from contextlib import contextmanager + +from openerp.tests.common import TransactionCase +from openerp.http import Response + +from ..controllers import main + + +IMPORT = 'openerp.addons.password_security.controllers.main' + + +class EndTestException(Exception): + """ It allows for isolation of resources by raise """ + + +class MockResponse(object): + def __new__(cls): + return mock.Mock(spec=Response) + + +class MockPassError(main.PassError): + def __init__(self): + super(MockPassError, self).__init__('Message') + + +class TestPasswordSecurityHome(TransactionCase): + + def setUp(self): + super(TestPasswordSecurityHome, self).setUp() + self.PasswordSecurityHome = main.PasswordSecurityHome + self.password_security_home = self.PasswordSecurityHome() + self.passwd = 'I am a password!' + self.qcontext = { + 'password': self.passwd, + } + + @contextmanager + def mock_assets(self): + """ It mocks and returns assets used by this controller """ + methods = ['do_signup', 'web_login', 'web_auth_signup', + 'web_auth_reset_password', + ] + with mock.patch.multiple( + main.AuthSignupHome, **{m: mock.DEFAULT for m in methods} + ) as _super: + mocks = {} + for method in methods: + mocks[method] = _super[method] + mocks[method].return_value = MockResponse() + with mock.patch('%s.request' % IMPORT) as request: + with mock.patch('%s.ensure_db' % IMPORT) as ensure: + with mock.patch('%s.http' % IMPORT) as http: + http.redirect_with_hash.return_value = \ + MockResponse() + mocks.update({ + 'request': request, + 'ensure_db': ensure, + 'http': http, + }) + yield mocks + + def test_do_signup_check(self): + """ It should check password on user """ + with self.mock_assets() as assets: + check_password = assets['request'].env.user.check_password + check_password.side_effect = EndTestException + with self.assertRaises(EndTestException): + self.password_security_home.do_signup(self.qcontext) + check_password.assert_called_once_with( + self.passwd, + ) + + def test_do_signup_return(self): + """ It should return result of super """ + with self.mock_assets() as assets: + res = self.password_security_home.do_signup(self.qcontext) + self.assertEqual(assets['do_signup'](), res) + + def test_web_login_ensure_db(self): + """ It should verify available db """ + with self.mock_assets() as assets: + assets['ensure_db'].side_effect = EndTestException + with self.assertRaises(EndTestException): + self.password_security_home.web_login() + + def test_web_login_super(self): + """ It should call superclass w/ proper args """ + expect_list = [1, 2, 3] + expect_dict = {'test1': 'good1', 'test2': 'good2'} + with self.mock_assets() as assets: + assets['web_login'].side_effect = EndTestException + with self.assertRaises(EndTestException): + self.password_security_home.web_login( + *expect_list, **expect_dict + ) + assets['web_login'].assert_called_once_with( + *expect_list, **expect_dict + ) + + def test_web_login_no_post(self): + """ It should return immediate result of super when not POST """ + with self.mock_assets() as assets: + assets['request'].httprequest.method = 'GET' + assets['request'].session.authenticate.side_effect = \ + EndTestException + res = self.password_security_home.web_login() + self.assertEqual( + assets['web_login'](), res, + ) + + def test_web_login_authenticate(self): + """ It should attempt authentication to obtain uid """ + with self.mock_assets() as assets: + assets['request'].httprequest.method = 'POST' + authenticate = assets['request'].session.authenticate + request = assets['request'] + authenticate.side_effect = EndTestException + with self.assertRaises(EndTestException): + self.password_security_home.web_login() + authenticate.assert_called_once_with( + request.session.db, + request.params['login'], + request.params['password'], + ) + + def test_web_login_authenticate_fail(self): + """ It should return super result if failed auth """ + with self.mock_assets() as assets: + authenticate = assets['request'].session.authenticate + request = assets['request'] + request.httprequest.method = 'POST' + request.env['res.users'].sudo.side_effect = EndTestException + authenticate.return_value = False + res = self.password_security_home.web_login() + self.assertEqual( + assets['web_login'](), res, + ) + + def test_web_login_get_user(self): + """ It should get the proper user as sudo """ + with self.mock_assets() as assets: + request = assets['request'] + request.httprequest.method = 'POST' + sudo = request.env['res.users'].sudo() + sudo.browse.side_effect = EndTestException + with self.assertRaises(EndTestException): + self.password_security_home.web_login() + sudo.browse.assert_called_once_with( + request.uid + ) + + def test_web_login_valid_pass(self): + """ It should return parent result if pass isn't expired """ + with self.mock_assets() as assets: + request = assets['request'] + request.httprequest.method = 'POST' + user = request.env['res.users'].sudo().browse() + user.action_expire_password.side_effect = EndTestException + user._password_has_expired.return_value = False + res = self.password_security_home.web_login() + self.assertEqual( + assets['web_login'](), res, + ) + + def test_web_login_expire_pass(self): + """ It should expire password if necessary """ + with self.mock_assets() as assets: + request = assets['request'] + request.httprequest.method = 'POST' + user = request.env['res.users'].sudo().browse() + user.action_expire_password.side_effect = EndTestException + user._password_has_expired.return_value = True + with self.assertRaises(EndTestException): + self.password_security_home.web_login() + + def test_web_login_redirect(self): + """ It should redirect w/ hash to reset after expiration """ + with self.mock_assets() as assets: + request = assets['request'] + request.httprequest.method = 'POST' + user = request.env['res.users'].sudo().browse() + user._password_has_expired.return_value = True + res = self.password_security_home.web_login() + self.assertEqual( + assets['http'].redirect_with_hash(), res, + ) + + def test_web_auth_signup_valid(self): + """ It should return super if no errors """ + with self.mock_assets() as assets: + res = self.password_security_home.web_auth_signup() + self.assertEqual( + assets['web_auth_signup'](), res, + ) + + def test_web_auth_signup_invalid_qcontext(self): + """ It should catch PassError and get signup qcontext """ + with self.mock_assets() as assets: + with mock.patch.object( + main.AuthSignupHome, 'get_auth_signup_qcontext', + ) as qcontext: + assets['web_auth_signup'].side_effect = MockPassError + qcontext.side_effect = EndTestException + with self.assertRaises(EndTestException): + self.password_security_home.web_auth_signup() + + def test_web_auth_signup_invalid_render(self): + """ It should render & return signup form on invalid """ + with self.mock_assets() as assets: + with mock.patch.object( + main.AuthSignupHome, 'get_auth_signup_qcontext', spec=dict + ) as qcontext: + assets['web_auth_signup'].side_effect = MockPassError + res = self.password_security_home.web_auth_signup() + assets['request'].render.assert_called_once_with( + 'auth_signup.signup', qcontext(), + ) + self.assertEqual( + assets['request'].render(), res, + ) + + def test_web_auth_reset_password_fail_login(self): + """ It should raise from failed _validate_pass_reset by login """ + with self.mock_assets() as assets: + with mock.patch.object( + main.AuthSignupHome, 'get_auth_signup_qcontext', spec=dict + ) as qcontext: + qcontext['login'] = 'login' + search = assets['request'].env.sudo().search + assets['request'].httprequest.method = 'POST' + user = mock.MagicMock() + user._validate_pass_reset.side_effect = MockPassError + search.return_value = user + with self.assertRaises(MockPassError): + self.password_security_home.web_auth_reset_password() + + def test_web_auth_reset_password_fail_email(self): + """ It should raise from failed _validate_pass_reset by email """ + with self.mock_assets() as assets: + with mock.patch.object( + main.AuthSignupHome, 'get_auth_signup_qcontext', spec=dict + ) as qcontext: + qcontext['login'] = 'login' + search = assets['request'].env.sudo().search + assets['request'].httprequest.method = 'POST' + user = mock.MagicMock() + user._validate_pass_reset.side_effect = MockPassError + search.side_effect = [[], user] + with self.assertRaises(MockPassError): + self.password_security_home.web_auth_reset_password() + + def test_web_auth_reset_password_success(self): + """ It should return parent response on no validate errors """ + with self.mock_assets() as assets: + with mock.patch.object( + main.AuthSignupHome, 'get_auth_signup_qcontext', spec=dict + ) as qcontext: + qcontext['login'] = 'login' + assets['request'].httprequest.method = 'POST' + res = self.password_security_home.web_auth_reset_password() + self.assertEqual( + assets['web_auth_reset_password'](), res, + ) diff --git a/password_security/tests/test_password_security_session.py b/password_security/tests/test_password_security_session.py new file mode 100644 index 00000000000..2258b89eb5f --- /dev/null +++ b/password_security/tests/test_password_security_session.py @@ -0,0 +1,58 @@ +# -*- coding: utf-8 -*- +# Copyright 2016 LasLabs Inc. +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). + +import mock + +from contextlib import contextmanager + +from openerp.tests.common import TransactionCase + +from ..controllers import main + + +IMPORT = 'openerp.addons.password_security.controllers.main' + + +class EndTestException(Exception): + """ It allows for isolation of resources by raise """ + + +class TestPasswordSecuritySession(TransactionCase): + + def setUp(self): + super(TestPasswordSecuritySession, self).setUp() + self.PasswordSecuritySession = main.PasswordSecuritySession + self.password_security_session = self.PasswordSecuritySession() + self.passwd = 'I am a password!' + self.fields = [ + {'name': 'new_password', 'value': self.passwd}, + ] + + @contextmanager + def mock_assets(self): + """ It mocks and returns assets used by this controller """ + with mock.patch('%s.request' % IMPORT) as request: + yield { + 'request': request, + } + + def test_change_password_check(self): + """ It should check password on request user """ + with self.mock_assets() as assets: + check_password = assets['request'].env.user.check_password + check_password.side_effect = EndTestException + with self.assertRaises(EndTestException): + self.password_security_session.change_password(self.fields) + check_password.assert_called_once_with( + self.passwd, + ) + + def test_change_password_return(self): + """ It should return result of super """ + with self.mock_assets(): + with mock.patch.object(main.Session, 'change_password') as chg: + res = self.password_security_session.change_password( + self.fields + ) + self.assertEqual(chg(), res) diff --git a/password_security/tests/test_res_users.py b/password_security/tests/test_res_users.py new file mode 100644 index 00000000000..6ce341ef5cb --- /dev/null +++ b/password_security/tests/test_res_users.py @@ -0,0 +1,148 @@ +# -*- coding: utf-8 -*- +# Copyright 2015 LasLabs Inc. +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). + +import time + +from openerp.tests.common import TransactionCase + +from ..exceptions import PassError + + +class TestResUsers(TransactionCase): + + def setUp(self): + super(TestResUsers, self).setUp() + self.login = 'foslabs@example.com' + self.partner_vals = { + 'name': 'Partner', + 'is_company': False, + 'email': self.login, + } + self.password = 'asdQWE123$%^' + self.main_comp = self.env.ref('base.main_company') + self.vals = { + 'name': 'User', + 'login': self.login, + 'password': self.password, + 'company_id': self.main_comp.id + } + self.model_obj = self.env['res.users'] + + def _new_record(self): + partner_id = self.env['res.partner'].create(self.partner_vals) + self.vals['partner_id'] = partner_id.id + return self.model_obj.create(self.vals) + + def test_password_write_date_is_saved_on_create(self): + rec_id = self._new_record() + self.assertTrue( + rec_id.password_write_date, + 'Password write date was not saved to db.', + ) + + def test_password_write_date_is_updated_on_write(self): + rec_id = self._new_record() + old_write_date = rec_id.password_write_date + time.sleep(2) + rec_id.write({'password': 'asdQWE123$%^2'}) + rec_id.refresh() + new_write_date = rec_id.password_write_date + self.assertNotEqual( + old_write_date, new_write_date, + 'Password write date was not updated on write.', + ) + + def test_does_not_update_write_date_if_password_unchanged(self): + rec_id = self._new_record() + old_write_date = rec_id.password_write_date + time.sleep(2) + rec_id.write({'name': 'Luser'}) + rec_id.refresh() + new_write_date = rec_id.password_write_date + self.assertEqual( + old_write_date, new_write_date, + 'Password not changed but write date updated anyway.', + ) + + def test_check_password_returns_true_for_valid_password(self): + rec_id = self._new_record() + self.assertTrue( + rec_id.check_password('asdQWE123$%^3'), + 'Password is valid but check failed.', + ) + + def test_check_password_raises_error_for_invalid_password(self): + rec_id = self._new_record() + with self.assertRaises(PassError): + rec_id.check_password('password') + + def test_save_password_crypt(self): + rec_id = self._new_record() + self.assertEqual( + 1, len(rec_id.password_history_ids), + ) + + def test_check_password_crypt(self): + """ It should raise PassError if previously used """ + rec_id = self._new_record() + with self.assertRaises(PassError): + rec_id.write({'password': self.password}) + + def test_password_is_expired_if_record_has_no_write_date(self): + rec_id = self._new_record() + rec_id.write({'password_write_date': None}) + rec_id.refresh() + self.assertTrue( + rec_id._password_has_expired(), + 'Record has no password write date but check failed.', + ) + + def test_an_old_password_is_expired(self): + rec_id = self._new_record() + old_write_date = '1970-01-01 00:00:00' + rec_id.write({'password_write_date': old_write_date}) + rec_id.refresh() + self.assertTrue( + rec_id._password_has_expired(), + 'Password is out of date but check failed.', + ) + + def test_a_new_password_is_not_expired(self): + rec_id = self._new_record() + self.assertFalse( + rec_id._password_has_expired(), + 'Password was just created but has already expired.', + ) + + def test_expire_password_generates_token(self): + rec_id = self._new_record() + rec_id.sudo().action_expire_password() + rec_id.refresh() + token = rec_id.partner_id.signup_token + self.assertTrue( + token, + 'A token was not generated.', + ) + + def test_validate_pass_reset_error(self): + """ It should throw PassError on reset inside min threshold """ + rec_id = self._new_record() + with self.assertRaises(PassError): + rec_id._validate_pass_reset() + + def test_validate_pass_reset_allow(self): + """ It should allow reset pass when outside threshold """ + rec_id = self._new_record() + rec_id.password_write_date = '2016-01-01' + self.assertEqual( + True, rec_id._validate_pass_reset(), + ) + + def test_validate_pass_reset_zero(self): + """ It should allow reset pass when <= 0 """ + rec_id = self._new_record() + rec_id.company_id.password_minimum = 0 + self.assertEqual( + True, rec_id._validate_pass_reset(), + ) diff --git a/password_security/views/res_company_view.xml b/password_security/views/res_company_view.xml new file mode 100644 index 00000000000..408b33d8381 --- /dev/null +++ b/password_security/views/res_company_view.xml @@ -0,0 +1,42 @@ + + + + + + + + res.company.form + res.company + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/project_enterprise_remove/README.rst b/project_enterprise_remove/README.rst deleted file mode 100644 index d7ddec022d7..00000000000 --- a/project_enterprise_remove/README.rst +++ /dev/null @@ -1,52 +0,0 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html - :alt: License: AGPL-3 - -==================================== -Project - Remove Enterprise Features -==================================== - -This module removes enterprise-only features from all project views. - -Usage -===== - -.. 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/9.0 - -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 ------------- - -* Brett Wood - -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/project_enterprise_remove/views/res_config_view.xml b/project_enterprise_remove/views/res_config_view.xml deleted file mode 100644 index 054c510b6fc..00000000000 --- a/project_enterprise_remove/views/res_config_view.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - project settings - project.config.settings - - - - True - - - True - - - True - - - True - - - - - diff --git a/qweb_usertime/README.rst b/qweb_usertime/README.rst deleted file mode 100644 index edecf79af80..00000000000 --- a/qweb_usertime/README.rst +++ /dev/null @@ -1,48 +0,0 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :alt: License: AGPL-3 - -QWeb Usertime Tag -================= - -This module adds a new tag renderer to QWeb, "usertime", which allows adding -the current time in the timezone of the user. It can be used as:: - - - -or, if you want to use the default date and time formats based on the users -language:: - - - - - -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 -`here `_. - - -Credits -======= - -Contributors ------------- - -* Vincent Vinet - -Maintainer ----------- - -.. image:: http://odoo-community.org/logo.png - :alt: Odoo Community Association - :target: http://odoo-community.org - -This module is maintained by the OCA. - -OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. - -To contribute to this module, please visit http://odoo-community.org. - diff --git a/qweb_usertime/__init__.py b/qweb_usertime/__init__.py deleted file mode 100644 index cb9ce2e6f2a..00000000000 --- a/qweb_usertime/__init__.py +++ /dev/null @@ -1,25 +0,0 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# This module copyright (C) 2015 Savoir-faire Linux -# (). -# -# 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 . -# -############################################################################## - -""" QWeb usertime addon """ - -from . import qweb diff --git a/qweb_usertime/__openerp__.py b/qweb_usertime/__openerp__.py deleted file mode 100644 index 6c0e8579252..00000000000 --- a/qweb_usertime/__openerp__.py +++ /dev/null @@ -1,41 +0,0 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# This module copyright (C) 2015 Savoir-faire Linux -# (). -# -# 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 . -# -############################################################################## - -{ - 'name': 'QWeb User Time', - 'version': '8.0.1.0.0', - 'author': 'Savoir-faire Linux,Odoo Community Association (OCA)', - 'maintainer': 'Odoo Community Association (OCA)', - 'website': 'http://www.savoirfairelinux.com', - 'license': 'AGPL-3', - 'category': 'Tools', - 'summary': 'Add user time rendering support in QWeb', - 'depends': [ - 'base', - ], - 'external_dependencies': { - 'python': [], - }, - 'data': [ - ], - 'installable': False, -} diff --git a/qweb_usertime/i18n/de.po b/qweb_usertime/i18n/de.po deleted file mode 100644 index 1c5f253f3f2..00000000000 --- a/qweb_usertime/i18n/de.po +++ /dev/null @@ -1,38 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * qweb_usertime -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: server-tools (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-09-29 11:14+0000\n" -"PO-Revision-Date: 2015-09-18 13:55+0000\n" -"Last-Translator: <>\n" -"Language-Team: German (http://www.transifex.com/oca/OCA-server-tools-8-0/language/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: qweb_usertime -#: field:ir.qweb,create_uid:0 -msgid "Created by" -msgstr "Erstellt von" - -#. module: qweb_usertime -#: field:ir.qweb,create_date:0 -msgid "Created on" -msgstr "Erstellt am:" - -#. module: qweb_usertime -#: field:ir.qweb,write_uid:0 -msgid "Last Updated by" -msgstr "Zuletzt aktualisiert von" - -#. module: qweb_usertime -#: field:ir.qweb,write_date:0 -msgid "Last Updated on" -msgstr "Zuletzt aktualisiert am" diff --git a/qweb_usertime/i18n/es.po b/qweb_usertime/i18n/es.po deleted file mode 100644 index d814ef906f4..00000000000 --- a/qweb_usertime/i18n/es.po +++ /dev/null @@ -1,38 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * qweb_usertime -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: server-tools (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-09-29 11:14+0000\n" -"PO-Revision-Date: 2015-09-18 13:55+0000\n" -"Last-Translator: <>\n" -"Language-Team: Spanish (http://www.transifex.com/oca/OCA-server-tools-8-0/language/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: qweb_usertime -#: field:ir.qweb,create_uid:0 -msgid "Created by" -msgstr "Creado por" - -#. module: qweb_usertime -#: field:ir.qweb,create_date:0 -msgid "Created on" -msgstr "Creado en" - -#. module: qweb_usertime -#: field:ir.qweb,write_uid:0 -msgid "Last Updated by" -msgstr "Última actualización de" - -#. module: qweb_usertime -#: field:ir.qweb,write_date:0 -msgid "Last Updated on" -msgstr "Última actualización en" diff --git a/qweb_usertime/i18n/fr.po b/qweb_usertime/i18n/fr.po deleted file mode 100644 index d143b9f7bd0..00000000000 --- a/qweb_usertime/i18n/fr.po +++ /dev/null @@ -1,38 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * qweb_usertime -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: server-tools (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-09-29 11:14+0000\n" -"PO-Revision-Date: 2015-09-18 13:55+0000\n" -"Last-Translator: <>\n" -"Language-Team: French (http://www.transifex.com/oca/OCA-server-tools-8-0/language/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: qweb_usertime -#: field:ir.qweb,create_uid:0 -msgid "Created by" -msgstr "Créé par" - -#. module: qweb_usertime -#: field:ir.qweb,create_date:0 -msgid "Created on" -msgstr "Date" - -#. module: qweb_usertime -#: field:ir.qweb,write_uid:0 -msgid "Last Updated by" -msgstr "Dernière mise à jour par" - -#. module: qweb_usertime -#: field:ir.qweb,write_date:0 -msgid "Last Updated on" -msgstr "Dernière mise à jour le" diff --git a/qweb_usertime/i18n/pt_BR.po b/qweb_usertime/i18n/pt_BR.po deleted file mode 100644 index 330474f5bf7..00000000000 --- a/qweb_usertime/i18n/pt_BR.po +++ /dev/null @@ -1,38 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * qweb_usertime -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: server-tools (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-09-29 11:14+0000\n" -"PO-Revision-Date: 2015-09-18 13:55+0000\n" -"Last-Translator: <>\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/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: qweb_usertime -#: field:ir.qweb,create_uid:0 -msgid "Created by" -msgstr "Criado por" - -#. module: qweb_usertime -#: field:ir.qweb,create_date:0 -msgid "Created on" -msgstr "Criado em" - -#. module: qweb_usertime -#: field:ir.qweb,write_uid:0 -msgid "Last Updated by" -msgstr "Última atualização por" - -#. module: qweb_usertime -#: field:ir.qweb,write_date:0 -msgid "Last Updated on" -msgstr "Última atualização em" diff --git a/qweb_usertime/i18n/sl.po b/qweb_usertime/i18n/sl.po deleted file mode 100644 index 834a970af6c..00000000000 --- a/qweb_usertime/i18n/sl.po +++ /dev/null @@ -1,38 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * qweb_usertime -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: server-tools (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-09-29 11:14+0000\n" -"PO-Revision-Date: 2015-09-24 11:48+0000\n" -"Last-Translator: Matjaž Mozetič \n" -"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/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: qweb_usertime -#: field:ir.qweb,create_uid:0 -msgid "Created by" -msgstr "Ustvaril" - -#. module: qweb_usertime -#: field:ir.qweb,create_date:0 -msgid "Created on" -msgstr "Ustvarjeno" - -#. module: qweb_usertime -#: field:ir.qweb,write_uid:0 -msgid "Last Updated by" -msgstr "Zadnjič posodobil" - -#. module: qweb_usertime -#: field:ir.qweb,write_date:0 -msgid "Last Updated on" -msgstr "Zadnjič posodobljeno" diff --git a/qweb_usertime/qweb.py b/qweb_usertime/qweb.py deleted file mode 100644 index 1d257675ee7..00000000000 --- a/qweb_usertime/qweb.py +++ /dev/null @@ -1,70 +0,0 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# This module copyright (C) 2015 Savoir-faire Linux -# (). -# -# 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 . -# -############################################################################## - -""" QWeb usertime : adds support for t-usertime on qweb reports """ - -from datetime import datetime -import logging -import pytz - -from openerp import models -from openerp.tools import DEFAULT_SERVER_DATETIME_FORMAT - -_logger = logging.getLogger(__name__) - - -class QWeb(models.Model): - _inherit = 'ir.qweb' - - def render_tag_usertime(self, element, template_attributes, - generated_attributes, qwebcontext): - tformat = template_attributes['usertime'] - if not tformat: - # No format, use default time and date formats from qwebcontext - lang = ( - qwebcontext['env'].lang or - qwebcontext['env'].context['lang'] or - qwebcontext['user'].lang - ) - if lang: - lang = qwebcontext['env']['res.lang'].search( - [('code', '=', lang)] - ) - tformat = "{0.date_format} {0.time_format}".format(lang) - else: - tformat = DEFAULT_SERVER_DATETIME_FORMAT - - now = datetime.now() - - tz_name = qwebcontext['user'].tz - if tz_name: - try: - utc = pytz.timezone('UTC') - context_tz = pytz.timezone(tz_name) - utc_timestamp = utc.localize(now, is_dst=False) # UTC = no DST - now = utc_timestamp.astimezone(context_tz) - except Exception: - _logger.debug( - "failed to compute context/client-specific timestamp, " - "using the UTC value", - exc_info=True) - return now.strftime(tformat) diff --git a/requirements.txt b/requirements.txt index c8cb7e172c5..a604e65fdaa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ unidecode acme_tiny IPy validate_email +pysftp diff --git a/account_enterprise_remove/README.rst b/res_config_settings_enterprise_remove/README.rst similarity index 67% rename from account_enterprise_remove/README.rst rename to res_config_settings_enterprise_remove/README.rst index d0435899afa..378960b54a8 100644 --- a/account_enterprise_remove/README.rst +++ b/res_config_settings_enterprise_remove/README.rst @@ -2,11 +2,14 @@ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 -==================================== -Account - Remove Enterprise Features -==================================== +=================================== +Settings - Remove Enterprise Fields +=================================== -This module removes enterprise-only features from all account views. +This module removes enterprise-only features from all settings views. +Note that it does not remove the possibility to install +Enterprise modules. If necessary, all Enterprise Edition code is still +available and can be manually installed via the Apps menu. Usage ===== @@ -15,6 +18,13 @@ Usage :alt: Try me on Runbot :target: https://runbot.odoo-community.org/runbot/149/9.0 +Known issues / Roadmap +====================== + +Keep in mind that this module does not mark the enterprise fields as invisible. +Instead, it completely removes them, so any modules that are referencing those fields in +the settings views will break. + Bug Tracker =========== diff --git a/mass_mailing_enterprise_remove/__init__.py b/res_config_settings_enterprise_remove/__init__.py similarity index 85% rename from mass_mailing_enterprise_remove/__init__.py rename to res_config_settings_enterprise_remove/__init__.py index e50cfb2d659..fcbf221a8ff 100644 --- a/mass_mailing_enterprise_remove/__init__.py +++ b/res_config_settings_enterprise_remove/__init__.py @@ -1,3 +1,5 @@ # -*- coding: utf-8 -*- # Copyright 2016 LasLabs Inc. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from . import models \ No newline at end of file diff --git a/project_enterprise_remove/__openerp__.py b/res_config_settings_enterprise_remove/__openerp__.py similarity index 73% rename from project_enterprise_remove/__openerp__.py rename to res_config_settings_enterprise_remove/__openerp__.py index 4865f2d11ee..de20259e279 100644 --- a/project_enterprise_remove/__openerp__.py +++ b/res_config_settings_enterprise_remove/__openerp__.py @@ -3,7 +3,8 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { - 'name': 'Project - Remove Enterprise Features', + 'name': 'Settings - Remove Enterprise Fields', + 'summary': 'Remove fields in all settings views marked as enterprise', 'version': '9.0.1.0.0', 'category': 'Maintenance', 'website': "https://laslabs.com", @@ -12,9 +13,6 @@ 'application': False, 'installable': True, 'depends': [ - 'project', + 'base', ], - 'data': [ - 'views/res_config_view.xml', - ] } diff --git a/account_enterprise_remove/__init__.py b/res_config_settings_enterprise_remove/models/__init__.py similarity index 78% rename from account_enterprise_remove/__init__.py rename to res_config_settings_enterprise_remove/models/__init__.py index e50cfb2d659..7cce34f0e78 100644 --- a/account_enterprise_remove/__init__.py +++ b/res_config_settings_enterprise_remove/models/__init__.py @@ -1,3 +1,5 @@ # -*- coding: utf-8 -*- # Copyright 2016 LasLabs Inc. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from . import res_config_settings \ No newline at end of file diff --git a/res_config_settings_enterprise_remove/models/res_config_settings.py b/res_config_settings_enterprise_remove/models/res_config_settings.py new file mode 100644 index 00000000000..488ff54095e --- /dev/null +++ b/res_config_settings_enterprise_remove/models/res_config_settings.py @@ -0,0 +1,54 @@ +# -*- coding: utf-8 -*- +# Copyright 2016 LasLabs Inc. +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from openerp import api +from lxml import etree +from openerp.addons.base.res.res_config import \ + res_config_settings + + +class ResConfigSettings(res_config_settings): + + @api.model + def fields_view_get(self, view_id=None, view_type='form', + context=None, toolbar=False, submenu=False): + + ret_val = super(ResConfigSettings, self).fields_view_get( + view_id=view_id, + view_type=view_type, + context=context, + toolbar=toolbar, + submenu=submenu, + ) + + page_name = ret_val['name'] + doc = etree.XML(ret_val['arch']) + + queries = [] + if page_name == 'account settings': + queries += [ + "//div[field[@name='module_account_reports' and \ + @widget='upgrade_boolean']]", + "//div[field[@name='module_account_reports_followup' and \ + @widget='upgrade_boolean']]", + "//div[field[@name='module_account_batch_deposit' and \ + @widget='upgrade_boolean']]", + ] + + queries += [ + "//div[div[field[@widget='upgrade_boolean']]] \ + /preceding-sibling::label[1]", + "//div[div[field[@widget='upgrade_boolean']]]", + "//div[field[@widget='upgrade_boolean']] \ + /preceding-sibling::label[1]", + "//div[field[@widget='upgrade_boolean']]", + "//field[@widget='upgrade_boolean']", + ] + + for query in queries: + for item in doc.xpath(query): + item.getparent().remove(item) + + ret_val['arch'] = etree.tostring(doc) + return ret_val diff --git a/website_sale_enterprise_remove/static/description/icon.png b/res_config_settings_enterprise_remove/static/description/icon.png similarity index 100% rename from website_sale_enterprise_remove/static/description/icon.png rename to res_config_settings_enterprise_remove/static/description/icon.png diff --git a/sale_enterprise_remove/__init__.py b/sale_enterprise_remove/__init__.py deleted file mode 100644 index e50cfb2d659..00000000000 --- a/sale_enterprise_remove/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright 2016 LasLabs Inc. -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/sale_enterprise_remove/__openerp__.py b/sale_enterprise_remove/__openerp__.py deleted file mode 100644 index ba4a36e5cfb..00000000000 --- a/sale_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': 'Sale - 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': [ - 'sale', - ], - 'data': [ - 'views/res_config_view.xml', - ] -} diff --git a/sale_enterprise_remove/views/res_config_view.xml b/sale_enterprise_remove/views/res_config_view.xml deleted file mode 100644 index 755057ccc01..00000000000 --- a/sale_enterprise_remove/views/res_config_view.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - sale settings - sale.config.settings - - - - True - - - True - - - - - diff --git a/scheduler_error_mailer/i18n/zh_CN.po b/scheduler_error_mailer/i18n/zh_CN.po new file mode 100644 index 00000000000..f312e6e0c73 --- /dev/null +++ b/scheduler_error_mailer/i18n/zh_CN.po @@ -0,0 +1,81 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * scheduler_error_mailer +# +# Translators: +# Jeffery Chenn , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-31 11:58+0000\n" +"PO-Revision-Date: 2016-08-31 11:58+0000\n" +"Last-Translator: Jeffery Chenn , 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: scheduler_error_mailer +#: model:mail.template,body_html:scheduler_error_mailer.scheduler_error_mailer +msgid "" +"\n" +" \n" +"
\n" +"\n" +"

OpenERP tried to run the scheduler ${object.name or ''} in the database ${ctx.get('dbname')} but it failed. Here is the error message :

\n" +"\n" +"\n" +"${ctx.get('job_exception') and ctx.get('job_exception').value or 'Failed to get the error message from the context.'}\n" +"\n" +"\n" +"

You may check the logs of the OpenERP server to get more information about this failure.

\n" +"\n" +"

Properties of the scheduler ${object.name or ''} :

\n" +"
    \n" +"
  • Model : ${object.model or ''}
  • \n" +"
  • Method : ${object.function or ''}
  • \n" +"
  • Arguments : ${object.args or ''}
  • \n" +"
  • Interval : ${object.interval_number or '0'} ${object.interval_type or ''}
  • \n" +"
  • Number of calls : ${object.numbercall or '0'}
  • \n" +"
  • Repeat missed : ${object.doall}
  • \n" +"
  • User : ${object.user_id.name or ''}
  • \n" +"
\n" +"\n" +"

\n" +"--
\n" +"Automatic e-mail sent by OpenERP. Do not reply.
\n" +"Database : ${ctx.get('dbname')}\n" +"

\n" +"
\n" +" \n" +" " +msgstr "" + +#. module: scheduler_error_mailer +#: model:ir.model.fields,field_description:scheduler_error_mailer.field_ir_cron_email_template_id +msgid "Error E-mail Template" +msgstr "错误E-mail 模板" + +#. module: scheduler_error_mailer +#: model:ir.model.fields,help:scheduler_error_mailer.field_ir_cron_email_template_id +msgid "Select the email template that will be sent when this scheduler fails." +msgstr "" + +#. module: scheduler_error_mailer +#: code:addons/scheduler_error_mailer/models/ir_cron.py:55 +#, python-format +msgid "Task failure with UID = %d." +msgstr "" + +#. module: scheduler_error_mailer +#: model:mail.template,subject:scheduler_error_mailer.scheduler_error_mailer +msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED" +msgstr "" + +#. module: scheduler_error_mailer +#: model:ir.model,name:scheduler_error_mailer.model_ir_cron +msgid "ir.cron" +msgstr "" diff --git a/server_environment/README.rst b/server_environment/README.rst index f44eca30f42..ddae44300c1 100644 --- a/server_environment/README.rst +++ b/server_environment/README.rst @@ -44,10 +44,14 @@ You should then edit the settings you need in the `server_environment_files_sample` can be used as an example: * values common to all / most environments can be stored in the - `default/` directory using the .ini file syntax + `default/` directory using the .ini file syntax; * each environment you need to define is stored in its own directory - and can override or extend default values. Values associated to keys - containing 'passw' are only displayed in the 'dev' environment. + and can override or extend default values; +* finally, you can override or extend values in the main configuration + file of you instance. + +Values associated to keys +containing 'passw' are only displayed in the 'dev' environment. Usage ===== @@ -73,6 +77,10 @@ Known issues / Roadmap * it is not possible to set the environment from the command line. A configuration file must be used. * the module does not allow to set low level attributes such as database server, etc. +* do not add a ``static`` directory to this addon nor any ``OCA/server-tool`` module that + depend on it so its not imported unless installed in a database; doing so would + break installations where ``OCA/server-tools`` is in the ``addons-path`` but not + otherwise used, due to the absence of a ``server_environement_files`` addon. Bug Tracker diff --git a/server_environment/__init__.py b/server_environment/__init__.py index 765b02bda01..bdeb91e6062 100644 --- a/server_environment/__init__.py +++ b/server_environment/__init__.py @@ -18,4 +18,12 @@ # along with this program. If not, see . # ############################################################################## -from .serv_config import serv_config, setboolean +import logging + +_logger = logging.getLogger(__name__) + +try: + from .serv_config import serv_config, setboolean +except ImportError: + _logger.info("ImportError raised while loading module.") + _logger.debug("ImportError details:", exc_info=True) diff --git a/server_environment/__openerp__.py b/server_environment/__openerp__.py index 6ceed35cc07..9d74c2e3393 100644 --- a/server_environment/__openerp__.py +++ b/server_environment/__openerp__.py @@ -21,7 +21,7 @@ { "name": "server configuration environment files", - "version": "9.0.1.1.0", + "version": "9.0.1.2.0", "depends": ["base", "server_environment_files"], "author": "Camptocamp,Odoo Community Association (OCA)", "summary": "move some configurations out of the database", diff --git a/server_environment/i18n/am.po b/server_environment/i18n/am.po new file mode 100644 index 00000000000..6d9f91e9fb4 --- /dev/null +++ b/server_environment/i18n/am.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Amharic (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/ar.po b/server_environment/i18n/ar.po new file mode 100644 index 00000000000..005a9289d70 --- /dev/null +++ b/server_environment/i18n/ar.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Arabic (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "أنشئ بواسطة" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "أنشئ في" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "اسم العرض" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "المعرف" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "آخر تحديث بواسطة" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "آخر تحديث في" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/bg.po b/server_environment/i18n/bg.po new file mode 100644 index 00000000000..cf0106af1eb --- /dev/null +++ b/server_environment/i18n/bg.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Създадено от" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Създадено на" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Име за Показване" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Последно обновено на" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Последно обновено от" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Последно обновено на" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/bs.po b/server_environment/i18n/bs.po new file mode 100644 index 00000000000..c9ec25336a1 --- /dev/null +++ b/server_environment/i18n/bs.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Prikaži naziv" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Zadnje mijenjano" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/ca.po b/server_environment/i18n/ca.po new file mode 100644 index 00000000000..eb6460f65f7 --- /dev/null +++ b/server_environment/i18n/ca.po @@ -0,0 +1,628 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-14 04:21+0000\n" +"PO-Revision-Date: 2017-01-13 09:22+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Creat per" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Creat el" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Veure el nom" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Darrera modificació el" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Darrera Actualització per" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Darrera Actualització el" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_empty +msgid "ir.config_parameter | ircp_empty" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_from_config +msgid "ir.config_parameter | ircp_from_config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/cs.po b/server_environment/i18n/cs.po new file mode 100644 index 00000000000..279976660fe --- /dev/null +++ b/server_environment/i18n/cs.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Czech (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Vytvořil(a)" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Vytvořeno" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Zobrazovaný název" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Naposled upraveno" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Naposled upraveno" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Naposled upraveno" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/da.po b/server_environment/i18n/da.po new file mode 100644 index 00000000000..764a3032daa --- /dev/null +++ b/server_environment/i18n/da.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Danish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Oprettet af" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Oprettet den" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Vist navn" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "Id" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Sidst opdateret af" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Sidst opdateret den" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/el_GR.po b/server_environment/i18n/el_GR.po new file mode 100644 index 00000000000..efadca11a6a --- /dev/null +++ b/server_environment/i18n/el_GR.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Δημιουργήθηκε από " + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Δημιουργήθηκε στις" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "Κωδικός" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Τελευταία ενημέρωση από" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Τελευταία ενημέρωση στις" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/en_GB.po b/server_environment/i18n/en_GB.po new file mode 100644 index 00000000000..c576be951d8 --- /dev/null +++ b/server_environment/i18n/en_GB.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Created by" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Created on" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/es_AR.po b/server_environment/i18n/es_AR.po new file mode 100644 index 00000000000..a205c4f6f76 --- /dev/null +++ b/server_environment/i18n/es_AR.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Mostrar Nombre" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/es_CL.po b/server_environment/i18n/es_CL.po new file mode 100644 index 00000000000..1c6b8ea0863 --- /dev/null +++ b/server_environment/i18n/es_CL.po @@ -0,0 +1,628 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 21:53+0000\n" +"PO-Revision-Date: 2016-12-22 08:13+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Chile) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID (identificación)" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_empty +msgid "ir.config_parameter | ircp_empty" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_from_config +msgid "ir.config_parameter | ircp_from_config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/es_CO.po b/server_environment/i18n/es_CO.po new file mode 100644 index 00000000000..2f4f6f7df46 --- /dev/null +++ b/server_environment/i18n/es_CO.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Creado" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Nombre Público" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Última Modificación el" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/es_CR.po b/server_environment/i18n/es_CR.po new file mode 100644 index 00000000000..13545ed2500 --- /dev/null +++ b/server_environment/i18n/es_CR.po @@ -0,0 +1,628 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-12-27 08:24+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_empty +msgid "ir.config_parameter | ircp_empty" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_from_config +msgid "ir.config_parameter | ircp_from_config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/es_DO.po b/server_environment/i18n/es_DO.po new file mode 100644 index 00000000000..4ef1c4e39be --- /dev/null +++ b/server_environment/i18n/es_DO.po @@ -0,0 +1,628 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 21:53+0000\n" +"PO-Revision-Date: 2016-12-22 08:13+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_empty +msgid "ir.config_parameter | ircp_empty" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_from_config +msgid "ir.config_parameter | ircp_from_config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/es_EC.po b/server_environment/i18n/es_EC.po new file mode 100644 index 00000000000..20b73dc1668 --- /dev/null +++ b/server_environment/i18n/es_EC.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID (identificación)" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/es_ES.po b/server_environment/i18n/es_ES.po new file mode 100644 index 00000000000..51db8d94cf4 --- /dev/null +++ b/server_environment/i18n/es_ES.po @@ -0,0 +1,628 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-16 10:40+0000\n" +"PO-Revision-Date: 2017-02-16 15:55+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Nombre para mostrar" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_empty +msgid "ir.config_parameter | ircp_empty" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_from_config +msgid "ir.config_parameter | ircp_from_config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/es_MX.po b/server_environment/i18n/es_MX.po new file mode 100644 index 00000000000..2b4f4dc66b0 --- /dev/null +++ b/server_environment/i18n/es_MX.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Nombre desplegado" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Ultima modificacion realizada" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Ultima actualizacion por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Ultima actualización realizada" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/es_PE.po b/server_environment/i18n/es_PE.po new file mode 100644 index 00000000000..1d69228a4c1 --- /dev/null +++ b/server_environment/i18n/es_PE.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Peru) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Ultima Modificación en" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Actualizado última vez por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Ultima Actualización" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/es_PY.po b/server_environment/i18n/es_PY.po new file mode 100644 index 00000000000..944c0ec76f0 --- /dev/null +++ b/server_environment/i18n/es_PY.po @@ -0,0 +1,628 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 21:53+0000\n" +"PO-Revision-Date: 2016-12-22 08:13+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Paraguay) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_empty +msgid "ir.config_parameter | ircp_empty" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_from_config +msgid "ir.config_parameter | ircp_from_config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/es_VE.po b/server_environment/i18n/es_VE.po new file mode 100644 index 00000000000..1ce1f8a123e --- /dev/null +++ b/server_environment/i18n/es_VE.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Modificada por última vez" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Ultima actualizacion en" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/et.po b/server_environment/i18n/et.po new file mode 100644 index 00000000000..07ece13b740 --- /dev/null +++ b/server_environment/i18n/et.po @@ -0,0 +1,628 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 21:53+0000\n" +"PO-Revision-Date: 2016-12-22 08:13+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Estonian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Loonud" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Loodud" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Näidatav nimi" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Viimati muudetud" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Viimati uuendatud" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Viimati uuendatud" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_empty +msgid "ir.config_parameter | ircp_empty" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_from_config +msgid "ir.config_parameter | ircp_from_config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/eu.po b/server_environment/i18n/eu.po new file mode 100644 index 00000000000..d02cbeb82b6 --- /dev/null +++ b/server_environment/i18n/eu.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Nork sortua" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Created on" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/fa.po b/server_environment/i18n/fa.po new file mode 100644 index 00000000000..81e96254864 --- /dev/null +++ b/server_environment/i18n/fa.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Persian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "ایجاد شده توسط" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "ایجاد شده در" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "شناسه" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "تاریخ آخرین به‌روزرسانی" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "آخرین به روز رسانی توسط" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "آخرین به روز رسانی در" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/fr_CH.po b/server_environment/i18n/fr_CH.po new file mode 100644 index 00000000000..f5dd65929ef --- /dev/null +++ b/server_environment/i18n/fr_CH.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-03 04:12+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (Switzerland) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Créé le" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Modifié par" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Modifié le" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/gl.po b/server_environment/i18n/gl.po new file mode 100644 index 00000000000..b0506d0f2d4 --- /dev/null +++ b/server_environment/i18n/gl.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Galician (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Última modificación" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "ültima actualización por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/gl_ES.po b/server_environment/i18n/gl_ES.po new file mode 100644 index 00000000000..056846c5e64 --- /dev/null +++ b/server_environment/i18n/gl_ES.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Galician (Spain) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/he.po b/server_environment/i18n/he.po new file mode 100644 index 00000000000..dc88548ffea --- /dev/null +++ b/server_environment/i18n/he.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hebrew (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "נוצר על ידי" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "נוצר ב-" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "השם המוצג" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "מזהה" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "תאריך שינוי אחרון" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "עודכן לאחרונה על ידי" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "עודכן לאחרונה על" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/hr.po b/server_environment/i18n/hr.po index 2d3a46dccb1..68d77bb35ac 100644 --- a/server_environment/i18n/hr.po +++ b/server_environment/i18n/hr.po @@ -3,12 +3,13 @@ # * server_environment # # Translators: +# Bole , 2016 msgid "" msgstr "" "Project-Id-Version: server-tools (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-05-01 13:12+0000\n" -"PO-Revision-Date: 2016-05-06 13:11+0000\n" +"POT-Creation-Date: 2016-10-04 09:42+0000\n" +"PO-Revision-Date: 2016-10-05 06:35+0000\n" "Last-Translator: Bole \n" "Language-Team: Croatian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/hr/)\n" "MIME-Version: 1.0\n" @@ -45,18 +46,18 @@ msgstr "Zadnje modificirano" #. module: server_environment #: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid msgid "Last Updated by" -msgstr "" +msgstr "Zadnji ažurirao" #. module: server_environment #: model:ir.model.fields,field_description:server_environment.field_server_config_write_date msgid "Last Updated on" -msgstr "" +msgstr "Zadnje ažuriranje" #. module: server_environment #: model:ir.actions.act_window,name:server_environment.act_show_config_window #: model:ir.ui.menu,name:server_environment.menu_server_show_config msgid "Server Environment" -msgstr "" +msgstr "Serversko okruženje" #. module: server_environment #: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged diff --git a/server_environment/i18n/hu.po b/server_environment/i18n/hu.po new file mode 100644 index 00000000000..66031c4e428 --- /dev/null +++ b/server_environment/i18n/hu.po @@ -0,0 +1,628 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 21:53+0000\n" +"PO-Revision-Date: 2016-12-22 14:06+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Készítette" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Létrehozás dátuma" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Utolsó frissítés dátuma" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Utoljára frissítve, által" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Utoljára frissítve " + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_empty +msgid "ir.config_parameter | ircp_empty" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_from_config +msgid "ir.config_parameter | ircp_from_config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/id.po b/server_environment/i18n/id.po new file mode 100644 index 00000000000..77f4d5edd00 --- /dev/null +++ b/server_environment/i18n/id.po @@ -0,0 +1,628 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 21:53+0000\n" +"PO-Revision-Date: 2016-12-22 08:13+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Indonesian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Dibuat oleh" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Dibuat pada" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Terakhir Dimodifikasi pada" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Diperbaharui oleh" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Diperbaharui pada" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_empty +msgid "ir.config_parameter | ircp_empty" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_from_config +msgid "ir.config_parameter | ircp_from_config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/it.po b/server_environment/i18n/it.po index 4a09c5efde6..6a9a9daeb28 100644 --- a/server_environment/i18n/it.po +++ b/server_environment/i18n/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: server-tools (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-02 00:57+0000\n" +"POT-Creation-Date: 2016-09-10 02:53+0000\n" "PO-Revision-Date: 2016-02-26 16:09+0000\n" "Last-Translator: <>\n" "Language-Team: Italian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/it/)\n" @@ -30,7 +30,7 @@ msgstr "Creato il" #. module: server_environment #: model:ir.model.fields,field_description:server_environment.field_server_config_display_name msgid "Display Name" -msgstr "" +msgstr "Nome da visualizzare" #. module: server_environment #: model:ir.model.fields,field_description:server_environment.field_server_config_id @@ -40,7 +40,7 @@ msgstr "ID" #. module: server_environment #: model:ir.model.fields,field_description:server_environment.field_server_config___last_update msgid "Last Modified on" -msgstr "" +msgstr "Ultima modifica il" #. module: server_environment #: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid diff --git a/server_environment/i18n/ja.po b/server_environment/i18n/ja.po new file mode 100644 index 00000000000..1478b4fe5ee --- /dev/null +++ b/server_environment/i18n/ja.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Japanese (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "作成者" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "作成日" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "表示名" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "最終更新者" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "最終更新日" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/ko.po b/server_environment/i18n/ko.po new file mode 100644 index 00000000000..22a15255b41 --- /dev/null +++ b/server_environment/i18n/ko.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Korean (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "작성자" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "작성일" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "표시 이름" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "최근 갱신한 사람" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "최근 갱신 날짜" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/lt.po b/server_environment/i18n/lt.po new file mode 100644 index 00000000000..ac3c000eebd --- /dev/null +++ b/server_environment/i18n/lt.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Vaizduojamas pavadinimas" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/lt_LT.po b/server_environment/i18n/lt_LT.po new file mode 100644 index 00000000000..c70ee41ccff --- /dev/null +++ b/server_environment/i18n/lt_LT.po @@ -0,0 +1,628 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-14 04:21+0000\n" +"PO-Revision-Date: 2017-01-11 15:35+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_empty +msgid "ir.config_parameter | ircp_empty" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_from_config +msgid "ir.config_parameter | ircp_from_config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/lv.po b/server_environment/i18n/lv.po new file mode 100644 index 00000000000..5e484d34feb --- /dev/null +++ b/server_environment/i18n/lv.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Latvian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Izveidoja" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Izveidots" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Pēdējo reizi atjaunoja" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Pēdējās izmaiņas" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/mk.po b/server_environment/i18n/mk.po new file mode 100644 index 00000000000..2aa39c2084a --- /dev/null +++ b/server_environment/i18n/mk.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Креирано од" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Креирано на" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Прикажи име" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Последна промена на" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Последно ажурирање од" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Последно ажурирање на" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/mn.po b/server_environment/i18n/mn.po new file mode 100644 index 00000000000..4fc3e3b3655 --- /dev/null +++ b/server_environment/i18n/mn.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Үүсгэгч" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Үүсгэсэн" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Дэлгэцийн Нэр" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Сүүлийн засвар хийсэн" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/nb.po b/server_environment/i18n/nb.po new file mode 100644 index 00000000000..ebc86d1c69b --- /dev/null +++ b/server_environment/i18n/nb.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Opprettet av" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Opprettet den" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Visnings navn" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Sist oppdatert " + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Sist oppdatert" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/nb_NO.po b/server_environment/i18n/nb_NO.po new file mode 100644 index 00000000000..dddf9ab5ef0 --- /dev/null +++ b/server_environment/i18n/nb_NO.po @@ -0,0 +1,628 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-12-27 08:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Laget av" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Laget den" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Sist endret den" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Sist oppdatert den" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_empty +msgid "ir.config_parameter | ircp_empty" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_from_config +msgid "ir.config_parameter | ircp_from_config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/nl.po b/server_environment/i18n/nl.po new file mode 100644 index 00000000000..e89b547cbac --- /dev/null +++ b/server_environment/i18n/nl.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Te tonen naam" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Laatst bijgewerkt op" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/nl_BE.po b/server_environment/i18n/nl_BE.po new file mode 100644 index 00000000000..443acb9fb57 --- /dev/null +++ b/server_environment/i18n/nl_BE.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Gemaakt door" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Gemaakt op" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Laatst Aangepast op" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/pl.po b/server_environment/i18n/pl.po new file mode 100644 index 00000000000..42781a665bd --- /dev/null +++ b/server_environment/i18n/pl.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Polish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Utworzone przez" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Utworzono" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Wyświetlana nazwa " + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Ostatnio modyfikowano" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Ostatnio modyfikowane przez" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Ostatnia zmiana" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/pt.po b/server_environment/i18n/pt.po new file mode 100644 index 00000000000..a8ff70d4188 --- /dev/null +++ b/server_environment/i18n/pt.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Nome" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Modificado a última vez por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/pt_PT.po b/server_environment/i18n/pt_PT.po new file mode 100644 index 00000000000..303517b4d6b --- /dev/null +++ b/server_environment/i18n/pt_PT.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Nome a Apresentar" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Última Modificação Em" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/ro.po b/server_environment/i18n/ro.po new file mode 100644 index 00000000000..6e9da40edf4 --- /dev/null +++ b/server_environment/i18n/ro.po @@ -0,0 +1,628 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-12-27 08:24+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Romanian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Creat de" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Creat la" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Nume Afişat" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Ultima actualizare în" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Ultima actualizare făcută de" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Ultima actualizare la" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_empty +msgid "ir.config_parameter | ircp_empty" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_from_config +msgid "ir.config_parameter | ircp_from_config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/ru.po b/server_environment/i18n/ru.po new file mode 100644 index 00000000000..efa2063fb93 --- /dev/null +++ b/server_environment/i18n/ru.po @@ -0,0 +1,628 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-12-27 08:22+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Russian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Создано" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Создан" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Последний раз обновлено" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Последний раз обновлено" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_empty +msgid "ir.config_parameter | ircp_empty" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_from_config +msgid "ir.config_parameter | ircp_from_config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/sk.po b/server_environment/i18n/sk.po new file mode 100644 index 00000000000..ad868b47861 --- /dev/null +++ b/server_environment/i18n/sk.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Slovak (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Vytvoril" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Vytvorené" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Zobraziť meno" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Posledná modifikácia" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Naposledy upravoval" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Naposledy upravované" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/sr.po b/server_environment/i18n/sr.po new file mode 100644 index 00000000000..f3065dab124 --- /dev/null +++ b/server_environment/i18n/sr.po @@ -0,0 +1,628 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 21:53+0000\n" +"PO-Revision-Date: 2016-12-22 08:13+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Serbian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_empty +msgid "ir.config_parameter | ircp_empty" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_from_config +msgid "ir.config_parameter | ircp_from_config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/sr@latin.po b/server_environment/i18n/sr@latin.po new file mode 100644 index 00000000000..6246da544bb --- /dev/null +++ b/server_environment/i18n/sr@latin.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Ime za prikaz" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Zadnja izmjena" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Zadnja izmjena" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Zadnja izmjena" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/sv.po b/server_environment/i18n/sv.po new file mode 100644 index 00000000000..2f9c66528d3 --- /dev/null +++ b/server_environment/i18n/sv.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Swedish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Skapad av" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Skapad den" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Visa namn" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Senast uppdaterad av" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Senast uppdaterad" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/th.po b/server_environment/i18n/th.po new file mode 100644 index 00000000000..0d5c4e6a3f0 --- /dev/null +++ b/server_environment/i18n/th.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Thai (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "สร้างโดย" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "สร้างเมื่อ" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "รหัส" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "อัพเดทครั้งสุดท้ายโดย" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "อัพเดทครั้งสุดท้ายเมื่อ" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/tr.po b/server_environment/i18n/tr.po index b2c8643bf70..db19c5e6ece 100644 --- a/server_environment/i18n/tr.po +++ b/server_environment/i18n/tr.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: server-tools (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-02 00:57+0000\n" -"PO-Revision-Date: 2016-02-26 16:09+0000\n" -"Last-Translator: <>\n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-12-30 20:26+0000\n" +"Last-Translator: Ahmet Altinisik \n" "Language-Team: Turkish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -30,7 +30,7 @@ msgstr "Oluşturuldu" #. module: server_environment #: model:ir.model.fields,field_description:server_environment.field_server_config_display_name msgid "Display Name" -msgstr "" +msgstr "Görünen İsim" #. module: server_environment #: model:ir.model.fields,field_description:server_environment.field_server_config_id @@ -40,7 +40,7 @@ msgstr "ID" #. module: server_environment #: model:ir.model.fields,field_description:server_environment.field_server_config___last_update msgid "Last Modified on" -msgstr "" +msgstr "Son değişiklik" #. module: server_environment #: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid @@ -124,6 +124,18 @@ msgstr "" msgid "external_service.ftp | user" msgstr "" +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_empty +msgid "ir.config_parameter | ircp_empty" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_from_config +msgid "ir.config_parameter | ircp_from_config" +msgstr "" + #. module: server_environment #: model:ir.model.fields,field_description:server_environment.field_server_config_misc #: | completed_state diff --git a/server_environment/i18n/tr_TR.po b/server_environment/i18n/tr_TR.po new file mode 100644 index 00000000000..9872f7f7eab --- /dev/null +++ b/server_environment/i18n/tr_TR.po @@ -0,0 +1,628 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 04:04+0000\n" +"PO-Revision-Date: 2017-01-04 14:44+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Oluşturulma tarihi" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Görünen ad" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "Kimlik" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "En son güncelleme tarihi" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "En son güncelleyen " + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "En son güncelleme tarihi" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_empty +msgid "ir.config_parameter | ircp_empty" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_from_config +msgid "ir.config_parameter | ircp_from_config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/uk.po b/server_environment/i18n/uk.po new file mode 100644 index 00000000000..1e65998d2c0 --- /dev/null +++ b/server_environment/i18n/uk.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Ukrainian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Створив" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Дата створення" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Назва для відображення" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Остання модифікація" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Востаннє оновив" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Останнє оновлення" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/vi.po b/server_environment/i18n/vi.po new file mode 100644 index 00000000000..46f4875d828 --- /dev/null +++ b/server_environment/i18n/vi.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Được tạo bởi" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Được tạo vào" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/vi_VN.po b/server_environment/i18n/vi_VN.po new file mode 100644 index 00000000000..9e6216af5a6 --- /dev/null +++ b/server_environment/i18n/vi_VN.po @@ -0,0 +1,628 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-12-27 08:24+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "Tạo bởi" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "Tạo vào" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "ID" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "Cập nhật lần cuối bởi" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_empty +msgid "ir.config_parameter | ircp_empty" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_ir_config_parameter +#: | ircp_from_config +msgid "ir.config_parameter | ircp_from_config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/i18n/zh_CN.po b/server_environment/i18n/zh_CN.po index 459913f1b2c..71cacb34643 100644 --- a/server_environment/i18n/zh_CN.po +++ b/server_environment/i18n/zh_CN.po @@ -3,13 +3,14 @@ # * server_environment # # Translators: +# Jeffery Chenn , 2016 msgid "" msgstr "" "Project-Id-Version: server-tools (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-07-09 10:34+0000\n" -"PO-Revision-Date: 2016-02-26 16:09+0000\n" -"Last-Translator: <>\n" +"POT-Creation-Date: 2016-10-04 09:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:43+0000\n" +"Last-Translator: Jeffery Chenn \n" "Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,17 +21,17 @@ msgstr "" #. module: server_environment #: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid msgid "Created by" -msgstr "" +msgstr "创建人" #. module: server_environment #: model:ir.model.fields,field_description:server_environment.field_server_config_create_date msgid "Created on" -msgstr "" +msgstr "创建时间" #. module: server_environment #: model:ir.model.fields,field_description:server_environment.field_server_config_display_name msgid "Display Name" -msgstr "" +msgstr "显示名称" #. module: server_environment #: model:ir.model.fields,field_description:server_environment.field_server_config_id @@ -40,23 +41,23 @@ msgstr "ID" #. module: server_environment #: model:ir.model.fields,field_description:server_environment.field_server_config___last_update msgid "Last Modified on" -msgstr "" +msgstr "最后修改时间" #. module: server_environment #: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid msgid "Last Updated by" -msgstr "" +msgstr "最后更新者" #. module: server_environment #: model:ir.model.fields,field_description:server_environment.field_server_config_write_date msgid "Last Updated on" -msgstr "" +msgstr "上次更新日期" #. module: server_environment #: model:ir.actions.act_window,name:server_environment.act_show_config_window #: model:ir.ui.menu,name:server_environment.menu_server_show_config msgid "Server Environment" -msgstr "" +msgstr "服务器环境" #. module: server_environment #: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged diff --git a/server_environment/i18n/zh_TW.po b/server_environment/i18n/zh_TW.po new file mode 100644 index 00000000000..d1f44ee5812 --- /dev/null +++ b/server_environment/i18n/zh_TW.po @@ -0,0 +1,616 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-02-26 16:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_uid +msgid "Created by" +msgstr "建立者" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_create_date +msgid "Created on" +msgstr "建立於" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_id +msgid "ID" +msgstr "編號" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config___last_update +msgid "Last Modified on" +msgstr "最後修改:" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_uid +msgid "Last Updated by" +msgstr "最後更新:" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_write_date +msgid "Last Updated on" +msgstr "最後更新於" + +#. module: server_environment +#: model:ir.actions.act_window,name:server_environment.act_show_config_window +#: model:ir.ui.menu,name:server_environment.menu_server_show_config +msgid "Server Environment" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_custom_ged +#: | ged_folder +msgid "custom_ged | ged_folder" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTA +msgid "external_service | CONSTA" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTB +msgid "external_service | CONSTB" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service +#: | CONSTC +msgid "external_service | CONSTC" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | in_path +msgid "external_service.ftp | in_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | out_path +msgid "external_service.ftp | out_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | password +msgid "external_service.ftp | password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | port +msgid "external_service.ftp | port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | server +msgid "external_service.ftp | server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | tls +msgid "external_service.ftp | tls" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_external_service_ftp +#: | user +msgid "external_service.ftp | user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | completed_state +msgid "misc | completed_state" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_misc +#: | smtp_server +msgid "misc | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | addons_path +msgid "openerp | addons_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | admin_passwd +msgid "openerp | admin_passwd" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | config +msgid "openerp | config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | csv_internal_sep +msgid "openerp | csv_internal_sep" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | data_dir +msgid "openerp | data_dir" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_host +msgid "openerp | db_host" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_maxconn +msgid "openerp | db_maxconn" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_name +msgid "openerp | db_name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_password +msgid "openerp | db_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_port +msgid "openerp | db_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_template +msgid "openerp | db_template" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | db_user +msgid "openerp | db_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dbfilter +msgid "openerp | dbfilter" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | debug_mode +msgid "openerp | debug_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | demo +msgid "openerp | demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | dev_mode +msgid "openerp | dev_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | email_from +msgid "openerp | email_from" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | geoip_database +msgid "openerp | geoip_database" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | import_partial +msgid "openerp | import_partial" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | init +msgid "openerp | init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | language +msgid "openerp | language" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_hard +msgid "openerp | limit_memory_hard" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_memory_soft +msgid "openerp | limit_memory_soft" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_request +msgid "openerp | limit_request" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_cpu +msgid "openerp | limit_time_cpu" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | limit_time_real +msgid "openerp | limit_time_real" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | list_db +msgid "openerp | list_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db +msgid "openerp | log_db" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_db_level +msgid "openerp | log_db_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_handler +msgid "openerp | log_handler" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | log_level +msgid "openerp | log_level" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logfile +msgid "openerp | logfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | logrotate +msgid "openerp | logrotate" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | longpolling_port +msgid "openerp | longpolling_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | max_cron_threads +msgid "openerp | max_cron_threads" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_age_limit +msgid "openerp | osv_memory_age_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | osv_memory_count_limit +msgid "openerp | osv_memory_count_limit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | overwrite_existing_translations +msgid "openerp | overwrite_existing_translations" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pg_path +msgid "openerp | pg_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | pidfile +msgid "openerp | pidfile" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | proxy_mode +msgid "openerp | proxy_mode" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | publisher_warranty_url +msgid "openerp | publisher_warranty_url" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | reportgz +msgid "openerp | reportgz" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | root_path +msgid "openerp | root_path" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | running_env +msgid "openerp | running_env" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | save +msgid "openerp | save" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | server_wide_modules +msgid "openerp | server_wide_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_password +msgid "openerp | smtp_password" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_port +msgid "openerp | smtp_port" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_server +msgid "openerp | smtp_server" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_ssl +msgid "openerp | smtp_ssl" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | smtp_user +msgid "openerp | smtp_user" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | stop_after_init +msgid "openerp | stop_after_init" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | syslog +msgid "openerp | syslog" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_commit +msgid "openerp | test_commit" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_enable +msgid "openerp | test_enable" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_file +msgid "openerp | test_file" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | test_report_directory +msgid "openerp | test_report_directory" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_in +msgid "openerp | translate_in" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_modules +msgid "openerp | translate_modules" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | translate_out +msgid "openerp | translate_out" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | unaccent +msgid "openerp | unaccent" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | update +msgid "openerp | update" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | without_demo +msgid "openerp | without_demo" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | workers +msgid "openerp | workers" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc +msgid "openerp | xmlrpc" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_interface +msgid "openerp | xmlrpc_interface" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_openerp +#: | xmlrpc_port +msgid "openerp | xmlrpc_port" +msgstr "" + +#. module: server_environment +#: model:ir.model,name:server_environment.model_server_config +msgid "server.config" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | architecture +msgid "system | architecture" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | locale +msgid "system | locale" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | lsb_release +msgid "system | lsb_release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | openerp +msgid "system | openerp" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | os_name +msgid "system | os.name" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | platform +msgid "system | platform" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | python +msgid "system | python" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | release +msgid "system | release" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | revision +msgid "system | revision" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_system +#: | version +msgid "system | version" +msgstr "" + +#. module: server_environment +#: model:ir.model.fields,field_description:server_environment.field_server_config_wkhtml2pdf +#: | lib_path +msgid "wkhtml2pdf | lib_path" +msgstr "" diff --git a/server_environment/serv_config.py b/server_environment/serv_config.py index 9ce642977da..7f67d44c3e6 100644 --- a/server_environment/serv_config.py +++ b/server_environment/serv_config.py @@ -19,6 +19,7 @@ # ############################################################################## +import logging import os import ConfigParser from lxml import etree @@ -29,29 +30,37 @@ from .system_info import get_server_environment -from openerp.addons import server_environment_files -_dir = os.path.dirname(server_environment_files.__file__) +_logger = logging.getLogger(__name__) # Same dict as RawConfigParser._boolean_states _boolean_states = {'1': True, 'yes': True, 'true': True, 'on': True, '0': False, 'no': False, 'false': False, 'off': False} -if not system_base_config.get('running_env', False): - raise Exception( - "The parameter 'running_env' has not be set neither in base config " - "file option -c or in openerprc.\n" - "We strongly recommend against using the rc file but instead use an " - "explicit config file with this content:\n" - "[options]\nrunning_env = dev" - ) +try: + from openerp.addons import server_environment_files -ck_path = os.path.join(_dir, system_base_config['running_env']) + _dir = os.path.dirname(server_environment_files.__file__) -if not os.path.exists(ck_path): - raise Exception( - "Provided server environment does not exist, " - "please add a folder %s" % ck_path - ) + if not system_base_config.get('running_env', False): + raise Exception( + "The parameter 'running_env' has not be set neither in base " + "config file option -c or in openerprc.\n" + "We strongly recommend against using the rc file but instead use " + "an explicit config file with this content:\n" + "[options]\nrunning_env = dev" + ) + + ck_path = os.path.join(_dir, system_base_config['running_env']) + + if not os.path.exists(ck_path): + raise Exception( + "Provided server environment does not exist, " + "please add a folder %s" % ck_path + ) +except ImportError: + _logger.info("ImportError raised while loading module.") + _logger.debug("ImportError details:", exc_info=True) + server_environment_files = False def setboolean(obj, attr, _bool=None): @@ -98,10 +107,14 @@ def _load_config(): config_p.read(conf_files) except Exception as e: raise Exception('Cannot read config files "%s": %s' % (conf_files, e)) + config_p.read(system_base_config.rcfile) + config_p.remove_section('options') return config_p -serv_config = _load_config() + +if server_environment_files: + serv_config = _load_config() class _Defaults(dict): diff --git a/server_environment_files_sample/dev/base.conf b/server_environment_files_sample/dev/base.conf index 72f75417663..036aea7a1ab 100644 --- a/server_environment_files_sample/dev/base.conf +++ b/server_environment_files_sample/dev/base.conf @@ -6,3 +6,7 @@ ged_folder = /tmp/ged/ [wkhtml2pdf] lib_path = /myHome/lib/wkhtmltopdf-linux-i386-0-9-9 + +[ir.config_parameter] +ircp_from_config=config_value +ircp_empty= diff --git a/server_environment_ir_config_parameter/README.rst b/server_environment_ir_config_parameter/README.rst new file mode 100644 index 00000000000..e457f88f009 --- /dev/null +++ b/server_environment_ir_config_parameter/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 + +====================================== +Server Environment Ir Config Parameter +====================================== + +Override System Parameters from server environment file. +Before using this module, you must be familiar with the +server_environment module. + +Installation +============ + +There is no specific installation instruction for this module. + +Configuration +============= + +To configure this module, you need to add a section ``[ir.config_parameter]`` to +you server_environment_files configurations, where the keys are the same +as would normally be set in the Systems Parameter Odoo menu. + +When first using a value, the system will read it from the configuration file +and override any value that would be present in the database, so the configuration +file has precedence. + +When creating or modifying values that are in the configuration file, the +module replace changes, enforcing the configuration value. + +For example you can use this module in combination with web_environment_ribbon: + +.. code:: + + [ir.config_parameter] + ribbon.name=DEV + +.. 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/9.0 + +Known issues / Roadmap +====================== + +* When the user modifies System Parameters that are defined in the config + file, the changes are ignored. It would be nice to display which system + parameters come from the config file and possibly make their key and value + readonly in the user interface. + +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 +------------ + +* Stéphane Bidoul + +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/server_environment_ir_config_parameter/__init__.py b/server_environment_ir_config_parameter/__init__.py new file mode 100644 index 00000000000..0650744f6bc --- /dev/null +++ b/server_environment_ir_config_parameter/__init__.py @@ -0,0 +1 @@ +from . import models diff --git a/server_environment_ir_config_parameter/__openerp__.py b/server_environment_ir_config_parameter/__openerp__.py new file mode 100644 index 00000000000..616840f8a6c --- /dev/null +++ b/server_environment_ir_config_parameter/__openerp__.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +# Copyright 2016 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + 'name': 'Server Environment Ir Config Parameter', + 'summary': """ + Override System Parameters from server environment file""", + 'version': '9.0.1.0.0', + 'license': 'AGPL-3', + 'author': 'ACSONE SA/NV,Odoo Community Association (OCA)', + 'website': 'https://odoo-community.org/', + 'depends': [ + 'server_environment', + ], + 'data': [ + ], + 'demo': [ + ], +} diff --git a/server_environment_ir_config_parameter/i18n/es.po b/server_environment_ir_config_parameter/i18n/es.po new file mode 100644 index 00000000000..d2d48b3df40 --- /dev/null +++ b/server_environment_ir_config_parameter/i18n/es.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment_ir_config_parameter +# +# Translators: +# Pedro M. Baeza , 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: 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" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: server_environment_ir_config_parameter +#: code:addons/server_environment_ir_config_parameter/models/ir_config_parameter.py:23 +#, python-format +msgid "Key %s is empty in server_environment_file" +msgstr "" + +#. module: server_environment_ir_config_parameter +#: model:ir.model,name:server_environment_ir_config_parameter.model_ir_config_parameter +msgid "ir.config_parameter" +msgstr "ir.config_parameter" diff --git a/server_environment_ir_config_parameter/i18n/hr.po b/server_environment_ir_config_parameter/i18n/hr.po new file mode 100644 index 00000000000..0be6b59c338 --- /dev/null +++ b/server_environment_ir_config_parameter/i18n/hr.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * server_environment_ir_config_parameter +# +# Translators: +# Bole , 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: Bole , 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: server_environment_ir_config_parameter +#: code:addons/server_environment_ir_config_parameter/models/ir_config_parameter.py:23 +#, python-format +msgid "Key %s is empty in server_environment_file" +msgstr "" + +#. module: server_environment_ir_config_parameter +#: model:ir.model,name:server_environment_ir_config_parameter.model_ir_config_parameter +msgid "ir.config_parameter" +msgstr "ir.config_parameter" diff --git a/server_environment_ir_config_parameter/models/__init__.py b/server_environment_ir_config_parameter/models/__init__.py new file mode 100644 index 00000000000..bd3aa9f1063 --- /dev/null +++ b/server_environment_ir_config_parameter/models/__init__.py @@ -0,0 +1 @@ +from . import ir_config_parameter diff --git a/server_environment_ir_config_parameter/models/ir_config_parameter.py b/server_environment_ir_config_parameter/models/ir_config_parameter.py new file mode 100644 index 00000000000..f00ba08ac05 --- /dev/null +++ b/server_environment_ir_config_parameter/models/ir_config_parameter.py @@ -0,0 +1,54 @@ +# -*- coding: utf-8 -*- +# Copyright 2016 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from openerp import api, models, _, SUPERUSER_ID +from openerp.exceptions import UserError +from openerp.addons.server_environment import serv_config + + +SECTION = 'ir.config_parameter' + + +class IrConfigParameter(models.Model): + + _inherit = 'ir.config_parameter' + + def get_param(self, cr, uid, key, default=False, context=None): + value = super(IrConfigParameter, self).get_param( + cr, uid, key, default=None, context=context) + if serv_config.has_option(SECTION, key): + cvalue = serv_config.get(SECTION, key) + if not cvalue: + raise UserError(_("Key %s is empty in " + "server_environment_file") % + (key, )) + if cvalue != value: + # we write in db on first access; + # should we have preloaded values in database at, + # server startup, modules loading their parameters + # from data files would break on unique key error. + self.set_param(cr, SUPERUSER_ID, key, cvalue) + value = cvalue + if value is None: + return default + return value + + @api.model + def create(self, vals): + key = vals.get('key') + if serv_config.has_option(SECTION, key): + # enforce value from config file + vals = dict(vals, value=serv_config.get(SECTION, key)) + return super(IrConfigParameter, self).create(vals) + + @api.multi + def write(self, vals): + for rec in self: + key = vals.get('key') or rec.key + if serv_config.has_option(SECTION, key): + # enforce value from config file + newvals = dict(vals, value=serv_config.get(SECTION, key)) + else: + newvals = vals + super(IrConfigParameter, rec).write(newvals) diff --git a/server_environment_ir_config_parameter/static/description/icon.png b/server_environment_ir_config_parameter/static/description/icon.png new file mode 100644 index 00000000000..3a0328b516c Binary files /dev/null and b/server_environment_ir_config_parameter/static/description/icon.png differ diff --git a/server_environment_ir_config_parameter/tests/__init__.py b/server_environment_ir_config_parameter/tests/__init__.py new file mode 100644 index 00000000000..83a250db1b8 --- /dev/null +++ b/server_environment_ir_config_parameter/tests/__init__.py @@ -0,0 +1 @@ +from . import test_server_environment_ircp diff --git a/server_environment_ir_config_parameter/tests/test_server_environment_ircp.py b/server_environment_ir_config_parameter/tests/test_server_environment_ircp.py new file mode 100644 index 00000000000..8f6f768a5da --- /dev/null +++ b/server_environment_ir_config_parameter/tests/test_server_environment_ircp.py @@ -0,0 +1,81 @@ +# -*- coding: utf-8 -*- +# Copyright 2016 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from cStringIO import StringIO + +from openerp.exceptions import UserError +from openerp.tests import common +from openerp.tools import convert + + +class TestEnv(common.TransactionCase): + + def setUp(self): + super(TestEnv, self).setUp() + self.ICP = self.env['ir.config_parameter'] + + def test_get_param(self): + """ Get system parameter from config """ + # it's not in db + res = self.ICP.search([('key', '=', 'ircp_from_config')]) + self.assertFalse(res) + # read so it's created in db + value = self.ICP.get_param('ircp_from_config') + self.assertEqual(value, 'config_value') + # now it's in db + res = self.ICP.search([('key', '=', 'ircp_from_config')]) + self.assertEqual(len(res), 1) + self.assertEqual(res.value, 'config_value') + + def test_set_param_1(self): + """ We can't set parameters that are in config file """ + # when creating, the value is overridden by config file + self.ICP.set_param('ircp_from_config', 'new_value') + value = self.ICP.get_param('ircp_from_config') + self.assertEqual(value, 'config_value') + # when writing, the value is overridden by config file + res = self.ICP.search([('key', '=', 'ircp_from_config')]) + self.assertEqual(len(res), 1) + res.write({'value': 'new_value'}) + value = self.ICP.get_param('ircp_from_config') + self.assertEqual(value, 'config_value') + # unlink works normally... + res = self.ICP.search([('key', '=', 'ircp_from_config')]) + self.assertEqual(len(res), 1) + res.unlink() + res = self.ICP.search([('key', '=', 'ircp_from_config')]) + self.assertEqual(len(res), 0) + # but the value is recreated when getting param again + value = self.ICP.get_param('ircp_from_config') + self.assertEqual(value, 'config_value') + res = self.ICP.search([('key', '=', 'ircp_from_config')]) + self.assertEqual(len(res), 1) + + def test_set_param_2(self): + """ We can set parameters that are not in config file """ + self.ICP.set_param('some.param', 'new_value') + self.assertEqual(self.ICP.get_param('some.param'), 'new_value') + res = self.ICP.search([('key', '=', 'some.param')]) + res.unlink() + res = self.ICP.search([('key', '=', 'some.param')]) + self.assertFalse(res) + + def test_empty(self): + """ Empty config values cause error """ + with self.assertRaises(UserError): + self.ICP.get_param('ircp_empty') + self.assertEqual(self.ICP.get_param('ircp_nonexistant'), False) + + def test_override_xmldata(self): + xml = """ + + + ircp_from_config + value_from_xml + + + """ + convert.convert_xml_import(self.env.cr, 'testmodule', StringIO(xml)) + value = self.ICP.get_param('ircp_from_config') + self.assertEqual(value, 'config_value') diff --git a/setup/account_enterprise_remove/odoo_addons/account_enterprise_remove b/setup/account_enterprise_remove/odoo_addons/account_enterprise_remove deleted file mode 120000 index b4db337c160..00000000000 --- a/setup/account_enterprise_remove/odoo_addons/account_enterprise_remove +++ /dev/null @@ -1 +0,0 @@ -../../../account_enterprise_remove \ No newline at end of file diff --git a/setup/account_enterprise_remove/odoo_addons/__init__.py b/setup/admin_technical_features/odoo_addons/__init__.py similarity index 100% rename from setup/account_enterprise_remove/odoo_addons/__init__.py rename to setup/admin_technical_features/odoo_addons/__init__.py diff --git a/setup/admin_technical_features/odoo_addons/admin_technical_features b/setup/admin_technical_features/odoo_addons/admin_technical_features new file mode 120000 index 00000000000..181354d54a9 --- /dev/null +++ b/setup/admin_technical_features/odoo_addons/admin_technical_features @@ -0,0 +1 @@ +../../../admin_technical_features \ No newline at end of file diff --git a/setup/account_enterprise_remove/setup.py b/setup/admin_technical_features/setup.py similarity index 100% rename from setup/account_enterprise_remove/setup.py rename to setup/admin_technical_features/setup.py diff --git a/setup/base_setup_enterprise_remove/odoo_addons/__init__.py b/setup/attachment_base_synchronize/odoo_addons/__init__.py similarity index 100% rename from setup/base_setup_enterprise_remove/odoo_addons/__init__.py rename to setup/attachment_base_synchronize/odoo_addons/__init__.py diff --git a/setup/attachment_base_synchronize/odoo_addons/attachment_base_synchronize b/setup/attachment_base_synchronize/odoo_addons/attachment_base_synchronize new file mode 120000 index 00000000000..c1efa1935be --- /dev/null +++ b/setup/attachment_base_synchronize/odoo_addons/attachment_base_synchronize @@ -0,0 +1 @@ +../../../attachment_base_synchronize \ No newline at end of file diff --git a/setup/base_setup_enterprise_remove/setup.py b/setup/attachment_base_synchronize/setup.py similarity index 100% rename from setup/base_setup_enterprise_remove/setup.py rename to setup/attachment_base_synchronize/setup.py diff --git a/setup/mass_mailing_enterprise_remove/odoo_addons/__init__.py b/setup/auditlog/odoo_addons/__init__.py similarity index 100% rename from setup/mass_mailing_enterprise_remove/odoo_addons/__init__.py rename to setup/auditlog/odoo_addons/__init__.py diff --git a/setup/auditlog/odoo_addons/auditlog b/setup/auditlog/odoo_addons/auditlog new file mode 120000 index 00000000000..37f24a016cf --- /dev/null +++ b/setup/auditlog/odoo_addons/auditlog @@ -0,0 +1 @@ +../../../auditlog \ No newline at end of file diff --git a/setup/mass_mailing_enterprise_remove/setup.py b/setup/auditlog/setup.py similarity index 100% rename from setup/mass_mailing_enterprise_remove/setup.py rename to setup/auditlog/setup.py diff --git a/setup/project_enterprise_remove/odoo_addons/__init__.py b/setup/auth_from_http_remote_user/odoo_addons/__init__.py similarity index 100% rename from setup/project_enterprise_remove/odoo_addons/__init__.py rename to setup/auth_from_http_remote_user/odoo_addons/__init__.py diff --git a/setup/auth_from_http_remote_user/odoo_addons/auth_from_http_remote_user b/setup/auth_from_http_remote_user/odoo_addons/auth_from_http_remote_user new file mode 120000 index 00000000000..2fa38e61b55 --- /dev/null +++ b/setup/auth_from_http_remote_user/odoo_addons/auth_from_http_remote_user @@ -0,0 +1 @@ +../../../auth_from_http_remote_user \ No newline at end of file diff --git a/setup/project_enterprise_remove/setup.py b/setup/auth_from_http_remote_user/setup.py similarity index 100% rename from setup/project_enterprise_remove/setup.py rename to setup/auth_from_http_remote_user/setup.py diff --git a/setup/sale_enterprise_remove/odoo_addons/__init__.py b/setup/auth_session_timeout/odoo_addons/__init__.py similarity index 100% rename from setup/sale_enterprise_remove/odoo_addons/__init__.py rename to setup/auth_session_timeout/odoo_addons/__init__.py diff --git a/setup/auth_session_timeout/odoo_addons/auth_session_timeout b/setup/auth_session_timeout/odoo_addons/auth_session_timeout new file mode 120000 index 00000000000..e395b042605 --- /dev/null +++ b/setup/auth_session_timeout/odoo_addons/auth_session_timeout @@ -0,0 +1 @@ +../../../auth_session_timeout \ No newline at end of file diff --git a/setup/sale_enterprise_remove/setup.py b/setup/auth_session_timeout/setup.py similarity index 100% rename from setup/sale_enterprise_remove/setup.py rename to setup/auth_session_timeout/setup.py diff --git a/setup/stock_enterprise_remove/odoo_addons/__init__.py b/setup/auto_backup/odoo_addons/__init__.py similarity index 100% rename from setup/stock_enterprise_remove/odoo_addons/__init__.py rename to setup/auto_backup/odoo_addons/__init__.py diff --git a/setup/auto_backup/odoo_addons/auto_backup b/setup/auto_backup/odoo_addons/auto_backup new file mode 120000 index 00000000000..fb467946fad --- /dev/null +++ b/setup/auto_backup/odoo_addons/auto_backup @@ -0,0 +1 @@ +../../../auto_backup \ No newline at end of file diff --git a/setup/stock_enterprise_remove/setup.py b/setup/auto_backup/setup.py similarity index 100% rename from setup/stock_enterprise_remove/setup.py rename to setup/auto_backup/setup.py diff --git a/setup/website_sale_enterprise_remove/odoo_addons/__init__.py b/setup/base_external_dbsource/odoo_addons/__init__.py similarity index 100% rename from setup/website_sale_enterprise_remove/odoo_addons/__init__.py rename to setup/base_external_dbsource/odoo_addons/__init__.py diff --git a/setup/base_external_dbsource/odoo_addons/base_external_dbsource b/setup/base_external_dbsource/odoo_addons/base_external_dbsource new file mode 120000 index 00000000000..7f5cdf32b6c --- /dev/null +++ b/setup/base_external_dbsource/odoo_addons/base_external_dbsource @@ -0,0 +1 @@ +../../../base_external_dbsource \ No newline at end of file diff --git a/setup/website_sale_enterprise_remove/setup.py b/setup/base_external_dbsource/setup.py similarity index 100% rename from setup/website_sale_enterprise_remove/setup.py rename to setup/base_external_dbsource/setup.py diff --git a/setup/base_import_match/odoo_addons/__init__.py b/setup/base_import_match/odoo_addons/__init__.py new file mode 100644 index 00000000000..de40ea7ca05 --- /dev/null +++ b/setup/base_import_match/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/base_import_match/odoo_addons/base_import_match b/setup/base_import_match/odoo_addons/base_import_match new file mode 120000 index 00000000000..1a267c0434d --- /dev/null +++ b/setup/base_import_match/odoo_addons/base_import_match @@ -0,0 +1 @@ +../../../base_import_match \ No newline at end of file diff --git a/setup/base_import_match/setup.py b/setup/base_import_match/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/base_import_match/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/base_kanban_stage/odoo_addons/__init__.py b/setup/base_kanban_stage/odoo_addons/__init__.py new file mode 100644 index 00000000000..de40ea7ca05 --- /dev/null +++ b/setup/base_kanban_stage/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/base_kanban_stage/odoo_addons/base_kanban_stage b/setup/base_kanban_stage/odoo_addons/base_kanban_stage new file mode 120000 index 00000000000..4c38bedf543 --- /dev/null +++ b/setup/base_kanban_stage/odoo_addons/base_kanban_stage @@ -0,0 +1 @@ +../../../base_kanban_stage \ No newline at end of file diff --git a/setup/base_kanban_stage/setup.py b/setup/base_kanban_stage/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/base_kanban_stage/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/base_name_search_improved/odoo_addons/__init__.py b/setup/base_name_search_improved/odoo_addons/__init__.py new file mode 100644 index 00000000000..de40ea7ca05 --- /dev/null +++ b/setup/base_name_search_improved/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/base_name_search_improved/odoo_addons/base_name_search_improved b/setup/base_name_search_improved/odoo_addons/base_name_search_improved new file mode 120000 index 00000000000..98a46d17c81 --- /dev/null +++ b/setup/base_name_search_improved/odoo_addons/base_name_search_improved @@ -0,0 +1 @@ +../../../base_name_search_improved \ No newline at end of file diff --git a/setup/base_name_search_improved/setup.py b/setup/base_name_search_improved/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/base_name_search_improved/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/base_search_fuzzy/odoo_addons/__init__.py b/setup/base_search_fuzzy/odoo_addons/__init__.py new file mode 100644 index 00000000000..de40ea7ca05 --- /dev/null +++ b/setup/base_search_fuzzy/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/base_search_fuzzy/odoo_addons/base_search_fuzzy b/setup/base_search_fuzzy/odoo_addons/base_search_fuzzy new file mode 120000 index 00000000000..f47f47b4d4d --- /dev/null +++ b/setup/base_search_fuzzy/odoo_addons/base_search_fuzzy @@ -0,0 +1 @@ +../../../base_search_fuzzy \ No newline at end of file diff --git a/setup/base_search_fuzzy/setup.py b/setup/base_search_fuzzy/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/base_search_fuzzy/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/base_setup_enterprise_remove/odoo_addons/base_setup_enterprise_remove b/setup/base_setup_enterprise_remove/odoo_addons/base_setup_enterprise_remove deleted file mode 120000 index 30e62f10758..00000000000 --- a/setup/base_setup_enterprise_remove/odoo_addons/base_setup_enterprise_remove +++ /dev/null @@ -1 +0,0 @@ -../../../base_setup_enterprise_remove \ No newline at end of file diff --git a/setup/base_user_role/odoo_addons/__init__.py b/setup/base_user_role/odoo_addons/__init__.py new file mode 100644 index 00000000000..de40ea7ca05 --- /dev/null +++ b/setup/base_user_role/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/base_user_role/odoo_addons/base_user_role b/setup/base_user_role/odoo_addons/base_user_role new file mode 120000 index 00000000000..925f1b7019d --- /dev/null +++ b/setup/base_user_role/odoo_addons/base_user_role @@ -0,0 +1 @@ +../../../base_user_role \ No newline at end of file diff --git a/setup/base_user_role/setup.py b/setup/base_user_role/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/base_user_role/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/base_view_inheritance_extension/odoo_addons/__init__.py b/setup/base_view_inheritance_extension/odoo_addons/__init__.py new file mode 100644 index 00000000000..de40ea7ca05 --- /dev/null +++ b/setup/base_view_inheritance_extension/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/base_view_inheritance_extension/odoo_addons/base_view_inheritance_extension b/setup/base_view_inheritance_extension/odoo_addons/base_view_inheritance_extension new file mode 120000 index 00000000000..2868c026544 --- /dev/null +++ b/setup/base_view_inheritance_extension/odoo_addons/base_view_inheritance_extension @@ -0,0 +1 @@ +../../../base_view_inheritance_extension \ No newline at end of file diff --git a/setup/base_view_inheritance_extension/setup.py b/setup/base_view_inheritance_extension/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/base_view_inheritance_extension/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/datetime_formatter/odoo_addons/__init__.py b/setup/datetime_formatter/odoo_addons/__init__.py new file mode 100644 index 00000000000..de40ea7ca05 --- /dev/null +++ b/setup/datetime_formatter/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/datetime_formatter/odoo_addons/datetime_formatter b/setup/datetime_formatter/odoo_addons/datetime_formatter new file mode 120000 index 00000000000..d431228b8af --- /dev/null +++ b/setup/datetime_formatter/odoo_addons/datetime_formatter @@ -0,0 +1 @@ +../../../datetime_formatter \ No newline at end of file diff --git a/setup/datetime_formatter/setup.py b/setup/datetime_formatter/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/datetime_formatter/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/html_image_url_extractor/odoo_addons/__init__.py b/setup/html_image_url_extractor/odoo_addons/__init__.py new file mode 100644 index 00000000000..de40ea7ca05 --- /dev/null +++ b/setup/html_image_url_extractor/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/html_image_url_extractor/odoo_addons/html_image_url_extractor b/setup/html_image_url_extractor/odoo_addons/html_image_url_extractor new file mode 120000 index 00000000000..0e6a6066c0e --- /dev/null +++ b/setup/html_image_url_extractor/odoo_addons/html_image_url_extractor @@ -0,0 +1 @@ +../../../html_image_url_extractor \ No newline at end of file diff --git a/setup/html_image_url_extractor/setup.py b/setup/html_image_url_extractor/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/html_image_url_extractor/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/html_text/odoo_addons/__init__.py b/setup/html_text/odoo_addons/__init__.py new file mode 100644 index 00000000000..de40ea7ca05 --- /dev/null +++ b/setup/html_text/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/html_text/odoo_addons/html_text b/setup/html_text/odoo_addons/html_text new file mode 120000 index 00000000000..0b355795864 --- /dev/null +++ b/setup/html_text/odoo_addons/html_text @@ -0,0 +1 @@ +../../../html_text \ No newline at end of file diff --git a/setup/html_text/setup.py b/setup/html_text/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/html_text/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/keychain/odoo_addons/__init__.py b/setup/keychain/odoo_addons/__init__.py new file mode 100644 index 00000000000..de40ea7ca05 --- /dev/null +++ b/setup/keychain/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/keychain/odoo_addons/keychain b/setup/keychain/odoo_addons/keychain new file mode 120000 index 00000000000..26bc15cdc41 --- /dev/null +++ b/setup/keychain/odoo_addons/keychain @@ -0,0 +1 @@ +../../../keychain \ No newline at end of file diff --git a/setup/keychain/setup.py b/setup/keychain/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/keychain/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/kpi/odoo_addons/__init__.py b/setup/kpi/odoo_addons/__init__.py new file mode 100644 index 00000000000..de40ea7ca05 --- /dev/null +++ b/setup/kpi/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/kpi/odoo_addons/kpi b/setup/kpi/odoo_addons/kpi new file mode 120000 index 00000000000..4894fc7b1a9 --- /dev/null +++ b/setup/kpi/odoo_addons/kpi @@ -0,0 +1 @@ +../../../kpi \ No newline at end of file diff --git a/setup/kpi/setup.py b/setup/kpi/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/kpi/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/mail_cleanup/odoo_addons/__init__.py b/setup/mail_cleanup/odoo_addons/__init__.py new file mode 100644 index 00000000000..de40ea7ca05 --- /dev/null +++ b/setup/mail_cleanup/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/mail_cleanup/odoo_addons/mail_cleanup b/setup/mail_cleanup/odoo_addons/mail_cleanup new file mode 120000 index 00000000000..ecba7fba3ab --- /dev/null +++ b/setup/mail_cleanup/odoo_addons/mail_cleanup @@ -0,0 +1 @@ +../../../mail_cleanup \ No newline at end of file diff --git a/setup/mail_cleanup/setup.py b/setup/mail_cleanup/setup.py new file mode 100644 index 00000000000..21e1c06626d --- /dev/null +++ b/setup/mail_cleanup/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon={'odoo_version_override': '9.0'}, +) diff --git a/setup/mass_editing/odoo_addons/__init__.py b/setup/mass_editing/odoo_addons/__init__.py new file mode 100644 index 00000000000..de40ea7ca05 --- /dev/null +++ b/setup/mass_editing/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/mass_editing/odoo_addons/mass_editing b/setup/mass_editing/odoo_addons/mass_editing new file mode 120000 index 00000000000..2f3d243c42a --- /dev/null +++ b/setup/mass_editing/odoo_addons/mass_editing @@ -0,0 +1 @@ +../../../mass_editing \ No newline at end of file diff --git a/setup/mass_editing/setup.py b/setup/mass_editing/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/mass_editing/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/mass_mailing_enterprise_remove/odoo_addons/mass_mailing_enterprise_remove b/setup/mass_mailing_enterprise_remove/odoo_addons/mass_mailing_enterprise_remove deleted file mode 120000 index 94b67dae8d6..00000000000 --- a/setup/mass_mailing_enterprise_remove/odoo_addons/mass_mailing_enterprise_remove +++ /dev/null @@ -1 +0,0 @@ -../../../mass_mailing_enterprise_remove \ No newline at end of file diff --git a/setup/menu_technical_info/odoo_addons/__init__.py b/setup/menu_technical_info/odoo_addons/__init__.py new file mode 100644 index 00000000000..de40ea7ca05 --- /dev/null +++ b/setup/menu_technical_info/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/menu_technical_info/odoo_addons/menu_technical_info b/setup/menu_technical_info/odoo_addons/menu_technical_info new file mode 120000 index 00000000000..7ce5c068ba0 --- /dev/null +++ b/setup/menu_technical_info/odoo_addons/menu_technical_info @@ -0,0 +1 @@ +../../../menu_technical_info \ No newline at end of file diff --git a/setup/menu_technical_info/setup.py b/setup/menu_technical_info/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/menu_technical_info/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/module_prototyper/odoo_addons/__init__.py b/setup/module_prototyper/odoo_addons/__init__.py new file mode 100644 index 00000000000..de40ea7ca05 --- /dev/null +++ b/setup/module_prototyper/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/module_prototyper/odoo_addons/module_prototyper b/setup/module_prototyper/odoo_addons/module_prototyper new file mode 120000 index 00000000000..e1c12fad51f --- /dev/null +++ b/setup/module_prototyper/odoo_addons/module_prototyper @@ -0,0 +1 @@ +../../../module_prototyper \ No newline at end of file diff --git a/setup/module_prototyper/setup.py b/setup/module_prototyper/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/module_prototyper/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/password_security/odoo_addons/__init__.py b/setup/password_security/odoo_addons/__init__.py new file mode 100644 index 00000000000..de40ea7ca05 --- /dev/null +++ b/setup/password_security/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/password_security/odoo_addons/password_security b/setup/password_security/odoo_addons/password_security new file mode 120000 index 00000000000..2c7afb26bae --- /dev/null +++ b/setup/password_security/odoo_addons/password_security @@ -0,0 +1 @@ +../../../password_security \ No newline at end of file diff --git a/setup/password_security/setup.py b/setup/password_security/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/password_security/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/project_enterprise_remove/odoo_addons/project_enterprise_remove b/setup/project_enterprise_remove/odoo_addons/project_enterprise_remove deleted file mode 120000 index 2f02642123b..00000000000 --- a/setup/project_enterprise_remove/odoo_addons/project_enterprise_remove +++ /dev/null @@ -1 +0,0 @@ -../../../project_enterprise_remove \ No newline at end of file diff --git a/setup/res_config_settings_enterprise_remove/odoo_addons/__init__.py b/setup/res_config_settings_enterprise_remove/odoo_addons/__init__.py new file mode 100644 index 00000000000..de40ea7ca05 --- /dev/null +++ b/setup/res_config_settings_enterprise_remove/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/res_config_settings_enterprise_remove/odoo_addons/res_config_settings_enterprise_remove b/setup/res_config_settings_enterprise_remove/odoo_addons/res_config_settings_enterprise_remove new file mode 120000 index 00000000000..9d5deea6723 --- /dev/null +++ b/setup/res_config_settings_enterprise_remove/odoo_addons/res_config_settings_enterprise_remove @@ -0,0 +1 @@ +../../../res_config_settings_enterprise_remove \ No newline at end of file diff --git a/setup/res_config_settings_enterprise_remove/setup.py b/setup/res_config_settings_enterprise_remove/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/res_config_settings_enterprise_remove/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/sale_enterprise_remove/odoo_addons/sale_enterprise_remove b/setup/sale_enterprise_remove/odoo_addons/sale_enterprise_remove deleted file mode 120000 index 817c27cc2cd..00000000000 --- a/setup/sale_enterprise_remove/odoo_addons/sale_enterprise_remove +++ /dev/null @@ -1 +0,0 @@ -../../../sale_enterprise_remove \ No newline at end of file diff --git a/setup/server_environment_ir_config_parameter/odoo_addons/__init__.py b/setup/server_environment_ir_config_parameter/odoo_addons/__init__.py new file mode 100644 index 00000000000..de40ea7ca05 --- /dev/null +++ b/setup/server_environment_ir_config_parameter/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/server_environment_ir_config_parameter/odoo_addons/server_environment_ir_config_parameter b/setup/server_environment_ir_config_parameter/odoo_addons/server_environment_ir_config_parameter new file mode 120000 index 00000000000..b8e606f9b5b --- /dev/null +++ b/setup/server_environment_ir_config_parameter/odoo_addons/server_environment_ir_config_parameter @@ -0,0 +1 @@ +../../../server_environment_ir_config_parameter \ No newline at end of file diff --git a/setup/server_environment_ir_config_parameter/setup.py b/setup/server_environment_ir_config_parameter/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/server_environment_ir_config_parameter/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/stock_enterprise_remove/odoo_addons/stock_enterprise_remove b/setup/stock_enterprise_remove/odoo_addons/stock_enterprise_remove deleted file mode 120000 index 0eacbd1a921..00000000000 --- a/setup/stock_enterprise_remove/odoo_addons/stock_enterprise_remove +++ /dev/null @@ -1 +0,0 @@ -../../../stock_enterprise_remove \ No newline at end of file diff --git a/setup/website_sale_enterprise_remove/odoo_addons/website_sale_enterprise_remove b/setup/website_sale_enterprise_remove/odoo_addons/website_sale_enterprise_remove deleted file mode 120000 index 9e9c409d894..00000000000 --- a/setup/website_sale_enterprise_remove/odoo_addons/website_sale_enterprise_remove +++ /dev/null @@ -1 +0,0 @@ -../../../website_sale_enterprise_remove \ No newline at end of file diff --git a/stock_enterprise_remove/README.rst b/stock_enterprise_remove/README.rst deleted file mode 100644 index 987538c07a2..00000000000 --- a/stock_enterprise_remove/README.rst +++ /dev/null @@ -1,52 +0,0 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html - :alt: License: AGPL-3 - -================================== -Stock - Remove Enterprise Features -================================== - -This module removes enterprise-only features from all stock views. - -Usage -===== - -.. 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/9.0 - -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 ------------- - -* Brett Wood - -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/stock_enterprise_remove/__init__.py b/stock_enterprise_remove/__init__.py deleted file mode 100644 index e50cfb2d659..00000000000 --- a/stock_enterprise_remove/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright 2016 LasLabs Inc. -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/stock_enterprise_remove/__openerp__.py b/stock_enterprise_remove/__openerp__.py deleted file mode 100644 index e4b68e04ef2..00000000000 --- a/stock_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': 'Stock - 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': [ - 'stock', - ], - 'data': [ - 'views/res_config_view.xml', - ] -} diff --git a/stock_enterprise_remove/views/res_config_view.xml b/stock_enterprise_remove/views/res_config_view.xml deleted file mode 100644 index 79a86ad7273..00000000000 --- a/stock_enterprise_remove/views/res_config_view.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - stock settings - stock.config.settings - - - - True - - - True - - - True - - - True - - - - - diff --git a/test_configuration_helper/i18n/am.po b/test_configuration_helper/i18n/am.po new file mode 100644 index 00000000000..490308d9556 --- /dev/null +++ b/test_configuration_helper/i18n/am.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Amharic (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "ኩባንያዎች" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/ar.po b/test_configuration_helper/i18n/ar.po new file mode 100644 index 00000000000..a30c0c92d36 --- /dev/null +++ b/test_configuration_helper/i18n/ar.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Arabic (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "الشركات" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "أنشئ بواسطة" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "أنشئ في" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "اسم العرض" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "المعرف" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "آخر تحديث بواسطة" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "آخر تحديث في" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/bg.po b/test_configuration_helper/i18n/bg.po new file mode 100644 index 00000000000..8f9f748ad2a --- /dev/null +++ b/test_configuration_helper/i18n/bg.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "Фирма" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Създадено от" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Създадено на" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Име за Показване" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Последно обновено на" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Последно обновено от" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Последно обновено на" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/bs.po b/test_configuration_helper/i18n/bs.po new file mode 100644 index 00000000000..00ff06e04d3 --- /dev/null +++ b/test_configuration_helper/i18n/bs.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Prikaži naziv" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Zadnje mijenjano" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/ca.po b/test_configuration_helper/i18n/ca.po new file mode 100644 index 00000000000..c310df51b2b --- /dev/null +++ b/test_configuration_helper/i18n/ca.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-17 13:12+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "Empresa" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Creat per" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Creat el" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Veure el nom" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Darrera modificació el" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Darrera Actualització per" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Darrera Actualització el" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/cs.po b/test_configuration_helper/i18n/cs.po new file mode 100644 index 00000000000..e94b8e938cc --- /dev/null +++ b/test_configuration_helper/i18n/cs.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Czech (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Vytvořil(a)" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Vytvořeno" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Zobrazovaný název" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Naposled upraveno" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Naposled upraveno" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Naposled upraveno" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/da.po b/test_configuration_helper/i18n/da.po new file mode 100644 index 00000000000..1fdbb158516 --- /dev/null +++ b/test_configuration_helper/i18n/da.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Danish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "Virksomheder" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Oprettet af" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Oprettet den" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Vist navn" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "Id" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Sidst opdateret af" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Sidst opdateret den" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/de.po b/test_configuration_helper/i18n/de.po index 14bf1e42c96..33c5f9f430a 100644 --- a/test_configuration_helper/i18n/de.po +++ b/test_configuration_helper/i18n/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: server-tools (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-05-28 02:43+0000\n" +"POT-Creation-Date: 2016-10-04 09:42+0000\n" "PO-Revision-Date: 2016-05-26 06:58+0000\n" "Last-Translator: <>\n" "Language-Team: German (http://www.transifex.com/oca/OCA-server-tools-9-0/language/de/)\n" @@ -26,13 +26,13 @@ msgstr "" #. module: test_configuration_helper #: model:ir.model,name:test_configuration_helper.model_res_company msgid "Companies" -msgstr "" +msgstr "Unternehmen" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id #: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id msgid "Company" -msgstr "" +msgstr "Unternehmen" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid diff --git a/test_configuration_helper/i18n/el_GR.po b/test_configuration_helper/i18n/el_GR.po new file mode 100644 index 00000000000..20a4a96eeb9 --- /dev/null +++ b/test_configuration_helper/i18n/el_GR.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "Εταιρίες" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Δημιουργήθηκε από " + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Δημιουργήθηκε στις" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "Κωδικός" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Τελευταία ενημέρωση από" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Τελευταία ενημέρωση στις" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/en_GB.po b/test_configuration_helper/i18n/en_GB.po new file mode 100644 index 00000000000..b11e54b3d94 --- /dev/null +++ b/test_configuration_helper/i18n/en_GB.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Created by" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Created on" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/es.po b/test_configuration_helper/i18n/es.po index 49469cb6496..5b383eb096e 100644 --- a/test_configuration_helper/i18n/es.po +++ b/test_configuration_helper/i18n/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: server-tools (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-05-28 02:43+0000\n" +"POT-Creation-Date: 2016-12-23 21:53+0000\n" "PO-Revision-Date: 2016-05-26 06:58+0000\n" "Last-Translator: <>\n" "Language-Team: Spanish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/es/)\n" @@ -21,18 +21,18 @@ msgstr "" #: model:ir.model,name:test_configuration_helper.model_a_config_settings #: model:ir.model,name:test_configuration_helper.model_b_config_settings msgid "Abstract configuration settings" -msgstr "" +msgstr "Valores de la configuración abstracta" #. module: test_configuration_helper #: model:ir.model,name:test_configuration_helper.model_res_company msgid "Companies" -msgstr "" +msgstr "Compañías" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id #: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id msgid "Company" -msgstr "" +msgstr "Compañía" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid diff --git a/test_configuration_helper/i18n/es_AR.po b/test_configuration_helper/i18n/es_AR.po new file mode 100644 index 00000000000..164add02460 --- /dev/null +++ b/test_configuration_helper/i18n/es_AR.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Mostrar Nombre" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/es_CO.po b/test_configuration_helper/i18n/es_CO.po new file mode 100644 index 00000000000..a3f33b98a55 --- /dev/null +++ b/test_configuration_helper/i18n/es_CO.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Creado" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Nombre Público" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Última Modificación el" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/es_CR.po b/test_configuration_helper/i18n/es_CR.po new file mode 100644 index 00000000000..c8d44e0d1b1 --- /dev/null +++ b/test_configuration_helper/i18n/es_CR.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/es_EC.po b/test_configuration_helper/i18n/es_EC.po new file mode 100644 index 00000000000..01ad64cf39f --- /dev/null +++ b/test_configuration_helper/i18n/es_EC.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID (identificación)" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/es_ES.po b/test_configuration_helper/i18n/es_ES.po new file mode 100644 index 00000000000..ba1b1d33bcb --- /dev/null +++ b/test_configuration_helper/i18n/es_ES.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-16 10:40+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "Compañías" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Nombre para mostrar" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/es_MX.po b/test_configuration_helper/i18n/es_MX.po new file mode 100644 index 00000000000..19f9302c0c3 --- /dev/null +++ b/test_configuration_helper/i18n/es_MX.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-08 03:45+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "Compañías" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Nombre desplegado" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Ultima modificacion realizada" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Ultima actualizacion por" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Ultima actualización realizada" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/es_PE.po b/test_configuration_helper/i18n/es_PE.po new file mode 100644 index 00000000000..8cc043df835 --- /dev/null +++ b/test_configuration_helper/i18n/es_PE.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Peru) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Ultima Modificación en" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Actualizado última vez por" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Ultima Actualización" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/es_PY.po b/test_configuration_helper/i18n/es_PY.po new file mode 100644 index 00000000000..b5bb964a550 --- /dev/null +++ b/test_configuration_helper/i18n/es_PY.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Paraguay) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/es_VE.po b/test_configuration_helper/i18n/es_VE.po new file mode 100644 index 00000000000..812fbb09f1f --- /dev/null +++ b/test_configuration_helper/i18n/es_VE.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Modificada por última vez" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Ultima actualizacion en" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/et.po b/test_configuration_helper/i18n/et.po new file mode 100644 index 00000000000..18cd8e88d02 --- /dev/null +++ b/test_configuration_helper/i18n/et.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Estonian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Loonud" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Loodud" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Näidatav nimi" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Viimati muudetud" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Viimati uuendatud" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Viimati uuendatud" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/eu.po b/test_configuration_helper/i18n/eu.po new file mode 100644 index 00000000000..5db44625f7e --- /dev/null +++ b/test_configuration_helper/i18n/eu.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Nork sortua" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Created on" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/fa.po b/test_configuration_helper/i18n/fa.po new file mode 100644 index 00000000000..b0263d2aca7 --- /dev/null +++ b/test_configuration_helper/i18n/fa.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Persian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "ایجاد شده توسط" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "ایجاد شده در" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "شناسه" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "تاریخ آخرین به‌روزرسانی" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "آخرین به روز رسانی توسط" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "آخرین به روز رسانی در" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/fi.po b/test_configuration_helper/i18n/fi.po index 4884871cf77..ff285f79a14 100644 --- a/test_configuration_helper/i18n/fi.po +++ b/test_configuration_helper/i18n/fi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: server-tools (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-07-09 10:34+0000\n" +"POT-Creation-Date: 2017-01-17 13:12+0000\n" "PO-Revision-Date: 2016-05-26 06:58+0000\n" "Last-Translator: <>\n" "Language-Team: Finnish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/fi/)\n" @@ -26,13 +26,13 @@ msgstr "" #. module: test_configuration_helper #: model:ir.model,name:test_configuration_helper.model_res_company msgid "Companies" -msgstr "" +msgstr "Yritykset" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id #: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id msgid "Company" -msgstr "" +msgstr "Yritys" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid diff --git a/test_configuration_helper/i18n/fr.po b/test_configuration_helper/i18n/fr.po index fb7c93cb400..c31fb839ae3 100644 --- a/test_configuration_helper/i18n/fr.po +++ b/test_configuration_helper/i18n/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: server-tools (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-05-28 02:43+0000\n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" "PO-Revision-Date: 2016-05-26 06:58+0000\n" "Last-Translator: <>\n" "Language-Team: French (http://www.transifex.com/oca/OCA-server-tools-9-0/language/fr/)\n" @@ -26,13 +26,13 @@ msgstr "" #. module: test_configuration_helper #: model:ir.model,name:test_configuration_helper.model_res_company msgid "Companies" -msgstr "" +msgstr "Sociétés" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id #: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id msgid "Company" -msgstr "" +msgstr "Société" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid diff --git a/test_configuration_helper/i18n/fr_CA.po b/test_configuration_helper/i18n/fr_CA.po new file mode 100644 index 00000000000..f79a2cc7e44 --- /dev/null +++ b/test_configuration_helper/i18n/fr_CA.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (Canada) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "Entreprises" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Créé le" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Afficher le nom" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "Identifiant" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/fr_CH.po b/test_configuration_helper/i18n/fr_CH.po new file mode 100644 index 00000000000..22eb8672644 --- /dev/null +++ b/test_configuration_helper/i18n/fr_CH.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-03 04:12+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (Switzerland) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Créé le" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Modifié par" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Modifié le" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/fr_FR.po b/test_configuration_helper/i18n/fr_FR.po new file mode 100644 index 00000000000..c375dfb3e97 --- /dev/null +++ b/test_configuration_helper/i18n/fr_FR.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (France) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "Sociétés" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/gl.po b/test_configuration_helper/i18n/gl.po new file mode 100644 index 00000000000..3ddd4bca6b8 --- /dev/null +++ b/test_configuration_helper/i18n/gl.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Galician (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Última modificación" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "ültima actualización por" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/gl_ES.po b/test_configuration_helper/i18n/gl_ES.po new file mode 100644 index 00000000000..2a51d9988c2 --- /dev/null +++ b/test_configuration_helper/i18n/gl_ES.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Galician (Spain) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/he.po b/test_configuration_helper/i18n/he.po new file mode 100644 index 00000000000..fb2e9524cd1 --- /dev/null +++ b/test_configuration_helper/i18n/he.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hebrew (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "נוצר על ידי" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "נוצר ב-" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "השם המוצג" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "מזהה" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "תאריך שינוי אחרון" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "עודכן לאחרונה על ידי" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "עודכן לאחרונה על" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/hr.po b/test_configuration_helper/i18n/hr.po index fb426324a8b..dbff4232553 100644 --- a/test_configuration_helper/i18n/hr.po +++ b/test_configuration_helper/i18n/hr.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: server-tools (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-29 00:49+0000\n" -"PO-Revision-Date: 2016-05-26 06:58+0000\n" -"Last-Translator: <>\n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-09-30 09:23+0000\n" +"Last-Translator: Bole \n" "Language-Team: Croatian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/hr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,7 +26,7 @@ msgstr "Apstraktne konfiguracijske postake" #. module: test_configuration_helper #: model:ir.model,name:test_configuration_helper.model_res_company msgid "Companies" -msgstr "" +msgstr "Poduzeća" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id @@ -68,13 +68,13 @@ msgstr "Zadnje modificirano" #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid #: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid msgid "Last Updated by" -msgstr "" +msgstr "Zadnji ažurirao" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date #: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date msgid "Last Updated on" -msgstr "" +msgstr "Zadnje ažuriranje" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer diff --git a/test_configuration_helper/i18n/hr_HR.po b/test_configuration_helper/i18n/hr_HR.po index 19a4fe971a2..f6e40dc2056 100644 --- a/test_configuration_helper/i18n/hr_HR.po +++ b/test_configuration_helper/i18n/hr_HR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: server-tools (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-09 12:31+0000\n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" "PO-Revision-Date: 2016-05-26 06:58+0000\n" "Last-Translator: <>\n" "Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/hr_HR/)\n" @@ -26,7 +26,7 @@ msgstr "" #. module: test_configuration_helper #: model:ir.model,name:test_configuration_helper.model_res_company msgid "Companies" -msgstr "" +msgstr "Poduzeća" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id diff --git a/test_configuration_helper/i18n/it.po b/test_configuration_helper/i18n/it.po index 25558d68be5..f5880484393 100644 --- a/test_configuration_helper/i18n/it.po +++ b/test_configuration_helper/i18n/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: server-tools (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-05-28 02:43+0000\n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" "PO-Revision-Date: 2016-05-26 06:58+0000\n" "Last-Translator: <>\n" "Language-Team: Italian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/it/)\n" @@ -26,13 +26,13 @@ msgstr "" #. module: test_configuration_helper #: model:ir.model,name:test_configuration_helper.model_res_company msgid "Companies" -msgstr "" +msgstr "Aziende" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id #: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id msgid "Company" -msgstr "" +msgstr "Azienda" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid @@ -50,7 +50,7 @@ msgstr "Creato il" #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name #: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name msgid "Display Name" -msgstr "" +msgstr "Nome da visualizzare" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id @@ -62,7 +62,7 @@ msgstr "ID" #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update #: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update msgid "Last Modified on" -msgstr "" +msgstr "Ultima modifica il" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid diff --git a/test_configuration_helper/i18n/ja.po b/test_configuration_helper/i18n/ja.po new file mode 100644 index 00000000000..860b138710c --- /dev/null +++ b/test_configuration_helper/i18n/ja.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Japanese (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "作成者" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "作成日" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "表示名" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "最終更新者" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "最終更新日" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/ko.po b/test_configuration_helper/i18n/ko.po new file mode 100644 index 00000000000..6bd3592078b --- /dev/null +++ b/test_configuration_helper/i18n/ko.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Korean (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "작성자" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "작성일" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "표시 이름" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "최근 갱신한 사람" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "최근 갱신 날짜" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/lt.po b/test_configuration_helper/i18n/lt.po new file mode 100644 index 00000000000..6160ed9c51e --- /dev/null +++ b/test_configuration_helper/i18n/lt.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Vaizduojamas pavadinimas" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/lt_LT.po b/test_configuration_helper/i18n/lt_LT.po new file mode 100644 index 00000000000..0c1cc047b7c --- /dev/null +++ b/test_configuration_helper/i18n/lt_LT.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/lv.po b/test_configuration_helper/i18n/lv.po new file mode 100644 index 00000000000..7b4e83006a4 --- /dev/null +++ b/test_configuration_helper/i18n/lv.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Latvian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Izveidoja" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Izveidots" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Pēdējo reizi atjaunoja" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Pēdējās izmaiņas" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/mk.po b/test_configuration_helper/i18n/mk.po new file mode 100644 index 00000000000..33b9e1cd53f --- /dev/null +++ b/test_configuration_helper/i18n/mk.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Креирано од" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Креирано на" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Прикажи име" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Последна промена на" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Последно ажурирање од" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Последно ажурирање на" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/mn.po b/test_configuration_helper/i18n/mn.po new file mode 100644 index 00000000000..8f28f998edd --- /dev/null +++ b/test_configuration_helper/i18n/mn.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Үүсгэгч" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Үүсгэсэн" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Дэлгэцийн Нэр" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Сүүлийн засвар хийсэн" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/nb.po b/test_configuration_helper/i18n/nb.po new file mode 100644 index 00000000000..9e3df78ee2b --- /dev/null +++ b/test_configuration_helper/i18n/nb.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-17 13:12+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "Firmaer" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "Firma" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Opprettet av" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Opprettet den" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Visnings navn" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Sist oppdatert " + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Sist oppdatert" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/nb_NO.po b/test_configuration_helper/i18n/nb_NO.po new file mode 100644 index 00000000000..dce79001364 --- /dev/null +++ b/test_configuration_helper/i18n/nb_NO.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "Firmaer" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Laget av" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Laget den" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Sist endret den" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Sist oppdatert den" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/nl.po b/test_configuration_helper/i18n/nl.po new file mode 100644 index 00000000000..2a542d50497 --- /dev/null +++ b/test_configuration_helper/i18n/nl.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "Bedrijven" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Te tonen naam" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Laatst bijgewerkt op" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/nl_BE.po b/test_configuration_helper/i18n/nl_BE.po new file mode 100644 index 00000000000..11f8372687f --- /dev/null +++ b/test_configuration_helper/i18n/nl_BE.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "Bedrijven" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Gemaakt door" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Gemaakt op" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Laatst Aangepast op" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/pl.po b/test_configuration_helper/i18n/pl.po new file mode 100644 index 00000000000..f8230151077 --- /dev/null +++ b/test_configuration_helper/i18n/pl.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Polish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Utworzone przez" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Utworzono" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Wyświetlana nazwa " + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Ostatnio modyfikowano" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Ostatnio modyfikowane przez" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Ostatnia zmiana" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/pt.po b/test_configuration_helper/i18n/pt.po new file mode 100644 index 00000000000..e9defc62389 --- /dev/null +++ b/test_configuration_helper/i18n/pt.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-17 02:08+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "Empresa" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Nome" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Modificado a última vez por" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/pt_BR.po b/test_configuration_helper/i18n/pt_BR.po index 218259ee367..3d63678be57 100644 --- a/test_configuration_helper/i18n/pt_BR.po +++ b/test_configuration_helper/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: server-tools (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-07-09 10:34+0000\n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" "PO-Revision-Date: 2016-05-26 06:58+0000\n" "Last-Translator: <>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/pt_BR/)\n" @@ -26,13 +26,13 @@ msgstr "" #. module: test_configuration_helper #: model:ir.model,name:test_configuration_helper.model_res_company msgid "Companies" -msgstr "" +msgstr "Empresas" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id #: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id msgid "Company" -msgstr "" +msgstr "Empresa" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid diff --git a/test_configuration_helper/i18n/pt_PT.po b/test_configuration_helper/i18n/pt_PT.po new file mode 100644 index 00000000000..d6d48ae3f20 --- /dev/null +++ b/test_configuration_helper/i18n/pt_PT.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-17 02:08+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "Empresa" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Nome a Apresentar" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Última Modificação Em" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/ro.po b/test_configuration_helper/i18n/ro.po new file mode 100644 index 00000000000..abbffa000b8 --- /dev/null +++ b/test_configuration_helper/i18n/ro.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Romanian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "Companii" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Creat de" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Creat la" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Nume Afişat" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Ultima actualizare în" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Ultima actualizare făcută de" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Ultima actualizare la" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/ru.po b/test_configuration_helper/i18n/ru.po new file mode 100644 index 00000000000..e2064869e37 --- /dev/null +++ b/test_configuration_helper/i18n/ru.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Russian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Создано" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Создан" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Последний раз обновлено" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Последний раз обновлено" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/sk.po b/test_configuration_helper/i18n/sk.po new file mode 100644 index 00000000000..e51f0053e19 --- /dev/null +++ b/test_configuration_helper/i18n/sk.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Slovak (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "Spoločnosti" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Vytvoril" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Vytvorené" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Zobraziť meno" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Posledná modifikácia" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Naposledy upravoval" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Naposledy upravované" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/sl.po b/test_configuration_helper/i18n/sl.po index 8e1facdbfa6..33c676ce3d4 100644 --- a/test_configuration_helper/i18n/sl.po +++ b/test_configuration_helper/i18n/sl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: server-tools (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-05-28 02:43+0000\n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" "PO-Revision-Date: 2016-05-26 06:58+0000\n" "Last-Translator: <>\n" "Language-Team: Slovenian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/sl/)\n" @@ -26,13 +26,13 @@ msgstr "" #. module: test_configuration_helper #: model:ir.model,name:test_configuration_helper.model_res_company msgid "Companies" -msgstr "" +msgstr "Družbe" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id #: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id msgid "Company" -msgstr "" +msgstr "Družba" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid diff --git a/test_configuration_helper/i18n/sr@latin.po b/test_configuration_helper/i18n/sr@latin.po new file mode 100644 index 00000000000..fd641f4f266 --- /dev/null +++ b/test_configuration_helper/i18n/sr@latin.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Ime za prikaz" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Zadnja izmjena" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Zadnja izmjena" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Zadnja izmjena" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/sv.po b/test_configuration_helper/i18n/sv.po new file mode 100644 index 00000000000..577375a998d --- /dev/null +++ b/test_configuration_helper/i18n/sv.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-17 13:12+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Swedish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "Företag" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Skapad av" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Skapad den" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Visa namn" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Senast uppdaterad av" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Senast uppdaterad" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/th.po b/test_configuration_helper/i18n/th.po new file mode 100644 index 00000000000..61f23e299ec --- /dev/null +++ b/test_configuration_helper/i18n/th.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Thai (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "สร้างโดย" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "สร้างเมื่อ" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "รหัส" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "อัพเดทครั้งสุดท้ายโดย" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "อัพเดทครั้งสุดท้ายเมื่อ" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/tr.po b/test_configuration_helper/i18n/tr.po index bfb6fcfd7d2..6a44cf8ca45 100644 --- a/test_configuration_helper/i18n/tr.po +++ b/test_configuration_helper/i18n/tr.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: server-tools (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-05-28 02:43+0000\n" -"PO-Revision-Date: 2016-05-26 06:58+0000\n" -"Last-Translator: <>\n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-12-30 20:26+0000\n" +"Last-Translator: Ahmet Altinisik \n" "Language-Team: Turkish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,13 +26,13 @@ msgstr "" #. module: test_configuration_helper #: model:ir.model,name:test_configuration_helper.model_res_company msgid "Companies" -msgstr "" +msgstr "Şirketler" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id #: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id msgid "Company" -msgstr "" +msgstr "Şirket" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid @@ -50,7 +50,7 @@ msgstr "Oluşturuldu" #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name #: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name msgid "Display Name" -msgstr "" +msgstr "Görünen İsim" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id @@ -62,7 +62,7 @@ msgstr "ID" #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update #: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update msgid "Last Modified on" -msgstr "" +msgstr "Son değişiklik" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid diff --git a/test_configuration_helper/i18n/tr_TR.po b/test_configuration_helper/i18n/tr_TR.po new file mode 100644 index 00000000000..1f2282563f2 --- /dev/null +++ b/test_configuration_helper/i18n/tr_TR.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 04:04+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "Firma" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Oluşturulma tarihi" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Görünen ad" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "Kimlik" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "En son güncelleme tarihi" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "En son güncelleyen " + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "En son güncelleme tarihi" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/uk.po b/test_configuration_helper/i18n/uk.po new file mode 100644 index 00000000000..acc35a98a9b --- /dev/null +++ b/test_configuration_helper/i18n/uk.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Ukrainian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Створив" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Дата створення" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Назва для відображення" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Остання модифікація" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Востаннє оновив" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Останнє оновлення" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/vi.po b/test_configuration_helper/i18n/vi.po new file mode 100644 index 00000000000..faa2b16e21b --- /dev/null +++ b/test_configuration_helper/i18n/vi.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Được tạo bởi" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Được tạo vào" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/vi_VN.po b/test_configuration_helper/i18n/vi_VN.po new file mode 100644 index 00000000000..08615f99f88 --- /dev/null +++ b/test_configuration_helper/i18n/vi_VN.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "Tạo bởi" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "Tạo vào" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "ID" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "Cập nhật lần cuối bởi" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/test_configuration_helper/i18n/zh_CN.po b/test_configuration_helper/i18n/zh_CN.po index e737b24eff2..fb883e32722 100644 --- a/test_configuration_helper/i18n/zh_CN.po +++ b/test_configuration_helper/i18n/zh_CN.po @@ -3,13 +3,14 @@ # * test_configuration_helper # # Translators: +# Jeffery Chenn , 2016 msgid "" msgstr "" "Project-Id-Version: server-tools (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-07-09 10:34+0000\n" -"PO-Revision-Date: 2016-05-26 06:58+0000\n" -"Last-Translator: <>\n" +"POT-Creation-Date: 2016-10-04 09:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:43+0000\n" +"Last-Translator: Jeffery Chenn \n" "Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,31 +27,31 @@ msgstr "" #. module: test_configuration_helper #: model:ir.model,name:test_configuration_helper.model_res_company msgid "Companies" -msgstr "" +msgstr "公司" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id #: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id msgid "Company" -msgstr "" +msgstr "公司" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid #: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid msgid "Created by" -msgstr "" +msgstr "创建人" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date #: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date msgid "Created on" -msgstr "" +msgstr "创建时间" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name #: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name msgid "Display Name" -msgstr "" +msgstr "显示名称" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id @@ -62,19 +63,19 @@ msgstr "ID" #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update #: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update msgid "Last Modified on" -msgstr "" +msgstr "最后修改时间" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid #: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid msgid "Last Updated by" -msgstr "" +msgstr "最后更新者" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date #: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date msgid "Last Updated on" -msgstr "" +msgstr "上次更新日期" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer @@ -104,7 +105,7 @@ msgstr "" #: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name #: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name msgid "name" -msgstr "" +msgstr "名称" #. module: test_configuration_helper #: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id diff --git a/test_configuration_helper/i18n/zh_TW.po b/test_configuration_helper/i18n/zh_TW.po new file mode 100644 index 00000000000..0e5921490a6 --- /dev/null +++ b/test_configuration_helper/i18n/zh_TW.po @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * test_configuration_helper +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-05-26 06:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_a_config_settings +#: model:ir.model,name:test_configuration_helper.model_b_config_settings +msgid "Abstract configuration settings" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model,name:test_configuration_helper.model_res_company +msgid "Companies" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_company_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_company_id +msgid "Company" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_uid +msgid "Created by" +msgstr "建立者" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_create_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_create_date +msgid "Created on" +msgstr "建立於" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_display_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_id +msgid "ID" +msgstr "編號" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings___last_update +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings___last_update +msgid "Last Modified on" +msgstr "最後修改:" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_uid +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_uid +msgid "Last Updated by" +msgstr "最後更新:" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_write_date +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_write_date +msgid "Last Updated on" +msgstr "最後更新於" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_integer +msgid "Prefix a integer" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_name +msgid "Prefix a name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_a_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_a_partner_id +msgid "Prefix a partner id" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_integer +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_integer +msgid "int" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_name +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_name +msgid "name" +msgstr "" + +#. module: test_configuration_helper +#: model:ir.model.fields,field_description:test_configuration_helper.field_b_config_settings_partner_id +#: model:ir.model.fields,field_description:test_configuration_helper.field_res_company_prefix_b_partner_id +msgid "unknown" +msgstr "" diff --git a/users_ldap_mail/i18n/hr.po b/users_ldap_mail/i18n/hr.po new file mode 100644 index 00000000000..d0fceb73c55 --- /dev/null +++ b/users_ldap_mail/i18n/hr.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_mail +# +# Translators: +# Bole , 2016 +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-10-04 09:42+0000\n" +"PO-Revision-Date: 2016-09-30 09:27+0000\n" +"Last-Translator: Bole \n" +"Language-Team: Croatian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_mail +#: model:ir.model.fields,help:users_ldap_mail.field_res_company_ldap_name_attribute +msgid "" +"By default 'cn' is used. For ActiveDirectory you might use 'displayName' " +"instead." +msgstr "Zadano se koristi 'cn'. Za Active Directory može se koristiti i 'displayName' umjesto 'cn'." + +#. module: users_ldap_mail +#: model:ir.model.fields,field_description:users_ldap_mail.field_res_company_ldap_mail_attribute +msgid "E-mail attribute" +msgstr "E-mail atribut" + +#. module: users_ldap_mail +#: model:ir.model.fields,help:users_ldap_mail.field_res_company_ldap_mail_attribute +msgid "LDAP attribute to use to retrieve em-mail address." +msgstr "LDAP atribut za dohvat e-mail drese" + +#. module: users_ldap_mail +#: model:ir.model.fields,field_description:users_ldap_mail.field_res_company_ldap_name_attribute +msgid "Name Attribute" +msgstr "Atribut Naziv" + +#. module: users_ldap_mail +#: model:ir.model,name:users_ldap_mail.model_res_company_ldap +msgid "res.company.ldap" +msgstr "res.company.ldap" diff --git a/users_ldap_mail/i18n/tr.po b/users_ldap_mail/i18n/tr.po new file mode 100644 index 00000000000..c3a8a6f5017 --- /dev/null +++ b/users_ldap_mail/i18n/tr.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_mail +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-12-30 20:28+0000\n" +"Last-Translator: Ahmet Altinisik \n" +"Language-Team: Turkish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_mail +#: model:ir.model.fields,help:users_ldap_mail.field_res_company_ldap_name_attribute +msgid "" +"By default 'cn' is used. For ActiveDirectory you might use 'displayName' " +"instead." +msgstr "Öntanımlı olarak 'cn' kullanılır. ActiveDirectory kullanıyorsanoz 'displayName' kullanabilirsiniz." + +#. module: users_ldap_mail +#: model:ir.model.fields,field_description:users_ldap_mail.field_res_company_ldap_mail_attribute +msgid "E-mail attribute" +msgstr "" + +#. module: users_ldap_mail +#: model:ir.model.fields,help:users_ldap_mail.field_res_company_ldap_mail_attribute +msgid "LDAP attribute to use to retrieve em-mail address." +msgstr "Eposta adreslerini çekmek için kullanılacak LDAP özelliği" + +#. module: users_ldap_mail +#: model:ir.model.fields,field_description:users_ldap_mail.field_res_company_ldap_name_attribute +msgid "Name Attribute" +msgstr "İsim Özelliği" + +#. module: users_ldap_mail +#: model:ir.model,name:users_ldap_mail.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_mail/i18n/zh_CN.po b/users_ldap_mail/i18n/zh_CN.po new file mode 100644 index 00000000000..df0d6174df2 --- /dev/null +++ b/users_ldap_mail/i18n/zh_CN.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_mail +# +# Translators: +# Jeffery Chenn , 2016 +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-31 11:58+0000\n" +"PO-Revision-Date: 2016-09-04 06:11+0000\n" +"Last-Translator: Jeffery Chenn \n" +"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_mail +#: model:ir.model.fields,help:users_ldap_mail.field_res_company_ldap_name_attribute +msgid "" +"By default 'cn' is used. For ActiveDirectory you might use 'displayName' " +"instead." +msgstr "" + +#. module: users_ldap_mail +#: model:ir.model.fields,field_description:users_ldap_mail.field_res_company_ldap_mail_attribute +msgid "E-mail attribute" +msgstr "E-mail 属性" + +#. module: users_ldap_mail +#: model:ir.model.fields,help:users_ldap_mail.field_res_company_ldap_mail_attribute +msgid "LDAP attribute to use to retrieve em-mail address." +msgstr "" + +#. module: users_ldap_mail +#: model:ir.model.fields,field_description:users_ldap_mail.field_res_company_ldap_name_attribute +msgid "Name Attribute" +msgstr "名称属性" + +#. module: users_ldap_mail +#: model:ir.model,name:users_ldap_mail.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/am.po b/users_ldap_populate/i18n/am.po new file mode 100644 index 00000000000..5a57ad8b22d --- /dev/null +++ b/users_ldap_populate/i18n/am.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-09-09 12:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Amharic (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/ar.po b/users_ldap_populate/i18n/ar.po new file mode 100644 index 00000000000..60ac1a71310 --- /dev/null +++ b/users_ldap_populate/i18n/ar.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:48+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Arabic (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "أنشئ بواسطة" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "أنشئ في" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "اسم العرض" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "المعرف" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "آخر تحديث بواسطة" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "آخر تحديث في" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "الاسم" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/bg.po b/users_ldap_populate/i18n/bg.po new file mode 100644 index 00000000000..72462bcdb89 --- /dev/null +++ b/users_ldap_populate/i18n/bg.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-11-25 14:57+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Създадено от" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Създадено на" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Име за Показване" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Последно обновено на" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Последно обновено от" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Последно обновено на" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Име" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "OK" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/bs.po b/users_ldap_populate/i18n/bs.po new file mode 100644 index 00000000000..f5246324486 --- /dev/null +++ b/users_ldap_populate/i18n/bs.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:51+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Prikaži naziv" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Zadnje mijenjano" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Ime" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/ca.po b/users_ldap_populate/i18n/ca.po new file mode 100644 index 00000000000..16450338d9e --- /dev/null +++ b/users_ldap_populate/i18n/ca.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-17 13:12+0000\n" +"PO-Revision-Date: 2017-01-17 19:17+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Creat per" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Creat el" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Veure el nom" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Darrera modificació el" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Darrera Actualització per" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Darrera Actualització el" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Nom" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/cs.po b/users_ldap_populate/i18n/cs.po new file mode 100644 index 00000000000..540baceead1 --- /dev/null +++ b/users_ldap_populate/i18n/cs.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:48+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Czech (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Vytvořil(a)" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Vytvořeno" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Zobrazovaný název" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Naposled upraveno" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Naposled upraveno" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Naposled upraveno" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Název" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/da.po b/users_ldap_populate/i18n/da.po new file mode 100644 index 00000000000..461072d6aaa --- /dev/null +++ b/users_ldap_populate/i18n/da.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-19 12:45+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Danish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Oprettet af" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Oprettet den" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Vist navn" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "Id" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Sidst opdateret af" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Sidst opdateret den" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Navn" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/el_GR.po b/users_ldap_populate/i18n/el_GR.po new file mode 100644 index 00000000000..d6999aada66 --- /dev/null +++ b/users_ldap_populate/i18n/el_GR.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:53+0000\n" +"PO-Revision-Date: 2016-09-09 12:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Δημιουργήθηκε από " + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Δημιουργήθηκε στις" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "Κωδικός" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Τελευταία ενημέρωση από" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Τελευταία ενημέρωση στις" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/en_GB.po b/users_ldap_populate/i18n/en_GB.po new file mode 100644 index 00000000000..fe7aa3ee39d --- /dev/null +++ b/users_ldap_populate/i18n/en_GB.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:49+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Created by" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Created on" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Name" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/es.po b/users_ldap_populate/i18n/es.po index db7b9388eab..6c8228927a8 100644 --- a/users_ldap_populate/i18n/es.po +++ b/users_ldap_populate/i18n/es.po @@ -3,15 +3,27 @@ # * users_ldap_populate # # Translators: +# Accounts-Payable - Alkemics, 2015 +# Ahmet Altinisik , 2016 +# Ahmet Altinisik , 2013 # Antonio Trueba, 2016 # Antonio Trueba, 2016 +# Chen-Do LU , 2015 +# danimaribeiro , 2016 +# FIRST AUTHOR , 2012-2013 +# François Breysse , 2015 +# Hotellook, 2014 +# Matjaž Mozetič , 2015-2016 +# Paolo Valier, 2016 +# Pedro M. Baeza , 2015-2016 +# Rudolf Schnapka , 2016 msgid "" msgstr "" "Project-Id-Version: server-tools (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-01-19 14:46+0000\n" -"PO-Revision-Date: 2016-02-01 09:57+0000\n" -"Last-Translator: Antonio Trueba\n" +"POT-Creation-Date: 2016-12-17 02:08+0000\n" +"PO-Revision-Date: 2016-12-16 17:47+0000\n" +"Last-Translator: Pedro M. Baeza \n" "Language-Team: Spanish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -69,6 +81,13 @@ msgstr "Última actualización en" msgid "Name" msgstr "Nombre" +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "No se ha encontrado un atributo de inicio de sesión. No se puede extraer el atributo del filtro %s." + #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created msgid "Number of users created" diff --git a/users_ldap_populate/i18n/es_AR.po b/users_ldap_populate/i18n/es_AR.po new file mode 100644 index 00000000000..e938320ab72 --- /dev/null +++ b/users_ldap_populate/i18n/es_AR.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:49+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Mostrar Nombre" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Nombre" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/es_CL.po b/users_ldap_populate/i18n/es_CL.po new file mode 100644 index 00000000000..dd40f81136c --- /dev/null +++ b/users_ldap_populate/i18n/es_CL.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-12-27 08:24+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Chile) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID (identificación)" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Nombre" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/es_CO.po b/users_ldap_populate/i18n/es_CO.po new file mode 100644 index 00000000000..55abbd7e9ba --- /dev/null +++ b/users_ldap_populate/i18n/es_CO.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:49+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Creado" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Nombre Público" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Última Modificación el" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Nombre" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/es_CR.po b/users_ldap_populate/i18n/es_CR.po new file mode 100644 index 00000000000..513590f9c88 --- /dev/null +++ b/users_ldap_populate/i18n/es_CR.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-12-27 08:24+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Nombre" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/es_DO.po b/users_ldap_populate/i18n/es_DO.po new file mode 100644 index 00000000000..93b7db613c4 --- /dev/null +++ b/users_ldap_populate/i18n/es_DO.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-12-27 08:25+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Nombre" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/es_EC.po b/users_ldap_populate/i18n/es_EC.po new file mode 100644 index 00000000000..2bba87b4a64 --- /dev/null +++ b/users_ldap_populate/i18n/es_EC.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:49+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID (identificación)" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Nombre" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/es_ES.po b/users_ldap_populate/i18n/es_ES.po new file mode 100644 index 00000000000..85f1f67800a --- /dev/null +++ b/users_ldap_populate/i18n/es_ES.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-16 10:40+0000\n" +"PO-Revision-Date: 2017-02-16 15:55+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Nombre para mostrar" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/es_MX.po b/users_ldap_populate/i18n/es_MX.po new file mode 100644 index 00000000000..7e951998878 --- /dev/null +++ b/users_ldap_populate/i18n/es_MX.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:48+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Nombre desplegado" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Ultima modificacion realizada" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Ultima actualizacion por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Ultima actualización realizada" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Nombre" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/es_PE.po b/users_ldap_populate/i18n/es_PE.po new file mode 100644 index 00000000000..b5c15a4b15f --- /dev/null +++ b/users_ldap_populate/i18n/es_PE.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:50+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Peru) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Ultima Modificación en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Actualizado última vez por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Ultima Actualización" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Nombre" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/es_PY.po b/users_ldap_populate/i18n/es_PY.po new file mode 100644 index 00000000000..107fb51d116 --- /dev/null +++ b/users_ldap_populate/i18n/es_PY.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:47+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Paraguay) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Nombre" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/es_VE.po b/users_ldap_populate/i18n/es_VE.po new file mode 100644 index 00000000000..750573ec25a --- /dev/null +++ b/users_ldap_populate/i18n/es_VE.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:49+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Modificada por última vez" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Ultima actualizacion en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Nombre" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/et.po b/users_ldap_populate/i18n/et.po new file mode 100644 index 00000000000..08b8294a832 --- /dev/null +++ b/users_ldap_populate/i18n/et.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 21:54+0000\n" +"PO-Revision-Date: 2016-12-17 10:14+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Estonian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Loonud" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Loodud" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Näidatav nimi" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Viimati muudetud" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Viimati uuendatud" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Viimati uuendatud" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Nimi" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/eu.po b/users_ldap_populate/i18n/eu.po new file mode 100644 index 00000000000..bcc400e3241 --- /dev/null +++ b/users_ldap_populate/i18n/eu.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:52+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Nork sortua" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Created on" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Izena" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/fa.po b/users_ldap_populate/i18n/fa.po new file mode 100644 index 00000000000..021b3c6579f --- /dev/null +++ b/users_ldap_populate/i18n/fa.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:50+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Persian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "ایجاد شده توسط" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "ایجاد شده در" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "شناسه" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "تاریخ آخرین به‌روزرسانی" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "آخرین به روز رسانی توسط" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "آخرین به روز رسانی در" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "نام" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/fr_CA.po b/users_ldap_populate/i18n/fr_CA.po index 894507c6273..6de27a28248 100644 --- a/users_ldap_populate/i18n/fr_CA.po +++ b/users_ldap_populate/i18n/fr_CA.po @@ -1,21 +1,32 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * users_ldap_populate -# +# # Translators: +# Ahmet Altinisik , 2016 +# Antonio Trueba, 2016 +# Armando Vulcano Junior , 2015 +# danimaribeiro , 2016 +# Eduardo Rodríguez Crespo , 2016 +# FIRST AUTHOR , 2012-2013 +# Hotellook, 2014 +# Matjaž Mozetič , 2015-2016 +# Paolo Valier, 2016 +# Pedro M. Baeza , 2015 +# Rudolf Schnapka , 2016 +# UAB "Draugiški sprendimai" , 2015 msgid "" msgstr "" "Project-Id-Version: server-tools (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-01-21 14:02+0000\n" -"PO-Revision-Date: 2015-12-13 15:21+0000\n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-12-27 08:25+0000\n" "Last-Translator: OCA Transbot \n" -"Language-Team: French (Canada) (http://www.transifex.com/oca/OCA-server-" -"tools-9-0/language/fr_CA/)\n" -"Language: fr_CA\n" +"Language-Team: French (Canada) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate @@ -26,22 +37,22 @@ msgstr "" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid msgid "Created by" -msgstr "" +msgstr "Créé par" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date msgid "Created on" -msgstr "" +msgstr "Créé le" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name msgid "Display Name" -msgstr "" +msgstr "Afficher le nom" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id msgid "ID" -msgstr "" +msgstr "Identifiant" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id @@ -56,12 +67,12 @@ msgstr "" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid msgid "Last Updated by" -msgstr "" +msgstr "Dernière mise à jour par" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date msgid "Last Updated on" -msgstr "" +msgstr "Dernière mise à jour le" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name diff --git a/users_ldap_populate/i18n/fr_CH.po b/users_ldap_populate/i18n/fr_CH.po new file mode 100644 index 00000000000..80a56c6ec7e --- /dev/null +++ b/users_ldap_populate/i18n/fr_CH.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-03 04:12+0000\n" +"PO-Revision-Date: 2016-12-01 10:10+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: French (Switzerland) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Créé le" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Modifié par" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Modifié le" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/gl.po b/users_ldap_populate/i18n/gl.po new file mode 100644 index 00000000000..f95e3384965 --- /dev/null +++ b/users_ldap_populate/i18n/gl.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-11-25 14:58+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Galician (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Última modificación" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "ültima actualización por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/gl_ES.po b/users_ldap_populate/i18n/gl_ES.po new file mode 100644 index 00000000000..fb877d83f63 --- /dev/null +++ b/users_ldap_populate/i18n/gl_ES.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-11-22 16:25+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Galician (Spain) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/he.po b/users_ldap_populate/i18n/he.po new file mode 100644 index 00000000000..2be28cf22df --- /dev/null +++ b/users_ldap_populate/i18n/he.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:51+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Hebrew (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "נוצר על ידי" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "נוצר ב-" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "השם המוצג" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "מזהה" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "תאריך שינוי אחרון" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "עודכן לאחרונה על ידי" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "עודכן לאחרונה על" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "שם" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/hr.po b/users_ldap_populate/i18n/hr.po index 11f868c1528..52cc686f556 100644 --- a/users_ldap_populate/i18n/hr.po +++ b/users_ldap_populate/i18n/hr.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: server-tools (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-05-01 13:12+0000\n" -"PO-Revision-Date: 2016-05-06 13:12+0000\n" +"POT-Creation-Date: 2016-10-04 09:42+0000\n" +"PO-Revision-Date: 2016-10-05 06:35+0000\n" "Last-Translator: Bole \n" "Language-Team: Croatian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/hr/)\n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" #. module: users_ldap_populate #: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view msgid "Add populate button to ldap view" -msgstr "" +msgstr "Dodaj preuzmi gumb na ldap pogled" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid @@ -46,7 +46,7 @@ msgstr "ID" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id msgid "LDAP Configuration" -msgstr "" +msgstr "LDAP postavke" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update @@ -56,12 +56,12 @@ msgstr "Zadnje modificirano" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid msgid "Last Updated by" -msgstr "" +msgstr "Zadnji ažurirao" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date msgid "Last Updated on" -msgstr "" +msgstr "Zadnje ažuriranje" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name @@ -73,34 +73,34 @@ msgstr "Ime" #, python-format msgid "" "No login attribute found: Could not extract login attribute from filter %s" -msgstr "" +msgstr "Atribut login nije pronađen: Nije moguć dohvat atributa iz filtera %s" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created msgid "Number of users created" -msgstr "" +msgstr "Broj kreiranih korisnika" #. module: users_ldap_populate #: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view msgid "OK" -msgstr "" +msgstr "OK" #. module: users_ldap_populate #: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view msgid "Populate" -msgstr "" +msgstr "Popuni" #. module: users_ldap_populate #: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view msgid "Populate user database" -msgstr "" +msgstr "Ppuni bazu korisnika" #. module: users_ldap_populate #: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard msgid "Populate users from LDAP" -msgstr "" +msgstr "Popuni korisnike iz LDAP-a" #. module: users_ldap_populate #: model:ir.model,name:users_ldap_populate.model_res_company_ldap msgid "res.company.ldap" -msgstr "" +msgstr "res.company.ldap" diff --git a/users_ldap_populate/i18n/hu.po b/users_ldap_populate/i18n/hu.po new file mode 100644 index 00000000000..f039fcc9b05 --- /dev/null +++ b/users_ldap_populate/i18n/hu.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 21:54+0000\n" +"PO-Revision-Date: 2016-12-22 14:06+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Készítette" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Létrehozás dátuma" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Utolsó frissítés dátuma" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Utoljára frissítve, által" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Utoljára frissítve " + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Név" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/id.po b/users_ldap_populate/i18n/id.po new file mode 100644 index 00000000000..78041178d96 --- /dev/null +++ b/users_ldap_populate/i18n/id.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-12-27 08:22+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Indonesian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Dibuat oleh" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Dibuat pada" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Terakhir Dimodifikasi pada" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Diperbaharui oleh" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Diperbaharui pada" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Nama" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/it.po b/users_ldap_populate/i18n/it.po index 502ab544350..5b1ae3bfd22 100644 --- a/users_ldap_populate/i18n/it.po +++ b/users_ldap_populate/i18n/it.po @@ -3,7 +3,8 @@ # * users_ldap_populate # # Translators: -# Ahmet Altınışık , 2016 +# Ahmet Altinisik , 2016 +# Ahmet Altinisik , 2016 # Antonio Trueba, 2016 # Paolo Valier, 2016 # Rudolf Schnapka , 2016 @@ -11,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: server-tools (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-02 00:57+0000\n" -"PO-Revision-Date: 2016-03-31 07:19+0000\n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-11-25 14:57+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Italian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/it/)\n" "MIME-Version: 1.0\n" @@ -39,7 +40,7 @@ msgstr "Creato il" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name msgid "Display Name" -msgstr "" +msgstr "Nome da visualizzare" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id @@ -54,7 +55,7 @@ msgstr "" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update msgid "Last Modified on" -msgstr "" +msgstr "Ultima modifica il" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid @@ -86,7 +87,7 @@ msgstr "" #. module: users_ldap_populate #: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view msgid "OK" -msgstr "" +msgstr "OK" #. module: users_ldap_populate #: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view diff --git a/users_ldap_populate/i18n/ja.po b/users_ldap_populate/i18n/ja.po new file mode 100644 index 00000000000..54ef4e39f87 --- /dev/null +++ b/users_ldap_populate/i18n/ja.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:51+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Japanese (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "作成者" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "作成日" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "表示名" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "最終更新者" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "最終更新日" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "名称" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/ko.po b/users_ldap_populate/i18n/ko.po new file mode 100644 index 00000000000..58269685551 --- /dev/null +++ b/users_ldap_populate/i18n/ko.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:51+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Korean (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "작성자" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "작성일" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "표시 이름" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "최근 갱신한 사람" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "최근 갱신 날짜" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "이름" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/lt.po b/users_ldap_populate/i18n/lt.po new file mode 100644 index 00000000000..0f76c520acb --- /dev/null +++ b/users_ldap_populate/i18n/lt.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:51+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Vaizduojamas pavadinimas" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Pavadinimas" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/lt_LT.po b/users_ldap_populate/i18n/lt_LT.po new file mode 100644 index 00000000000..e59cefaafe6 --- /dev/null +++ b/users_ldap_populate/i18n/lt_LT.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-12-27 08:22+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/lv.po b/users_ldap_populate/i18n/lv.po new file mode 100644 index 00000000000..6270ad069a5 --- /dev/null +++ b/users_ldap_populate/i18n/lv.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:48+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Latvian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Izveidoja" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Izveidots" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Pēdējo reizi atjaunoja" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Pēdējās izmaiņas" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Nosaukums" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/mk.po b/users_ldap_populate/i18n/mk.po new file mode 100644 index 00000000000..9c8eb65d150 --- /dev/null +++ b/users_ldap_populate/i18n/mk.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:51+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Креирано од" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Креирано на" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Прикажи име" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Последна промена на" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Последно ажурирање од" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Последно ажурирање на" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Име" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/mn.po b/users_ldap_populate/i18n/mn.po new file mode 100644 index 00000000000..3901d013227 --- /dev/null +++ b/users_ldap_populate/i18n/mn.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:52+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Үүсгэгч" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Үүсгэсэн" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Дэлгэцийн Нэр" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Сүүлийн засвар хийсэн" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Нэр" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/nb.po b/users_ldap_populate/i18n/nb.po new file mode 100644 index 00000000000..3c814101e44 --- /dev/null +++ b/users_ldap_populate/i18n/nb.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:52+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Opprettet av" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Opprettet den" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Visnings navn" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Sist oppdatert " + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Sist oppdatert" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Navn" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/nb_NO.po b/users_ldap_populate/i18n/nb_NO.po new file mode 100644 index 00000000000..3a2c7a3bcc2 --- /dev/null +++ b/users_ldap_populate/i18n/nb_NO.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-12-27 08:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Laget av" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Laget den" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Sist endret den" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Sist oppdatert den" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/nl.po b/users_ldap_populate/i18n/nl.po index 2f3f6df155f..7ddcb1d515c 100644 --- a/users_ldap_populate/i18n/nl.po +++ b/users_ldap_populate/i18n/nl.po @@ -1,21 +1,21 @@ -# Translation of OpenERP Server. +# Translation of Odoo Server. # This file contains the translation of the following modules: # * users_ldap_populate -# +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 6.1\n" +"Project-Id-Version: server-tools (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-01-21 14:02+0000\n" -"PO-Revision-Date: 2014-03-17 10:57+0000\n" -"Last-Translator: michele \n" -"Language-Team: \n" -"Language: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-11-22 12:24+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Dutch (http://www.transifex.com/oca/OCA-server-tools-9-0/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-05-24 06:46+0000\n" -"X-Generator: Launchpad (build 17017)\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: users_ldap_populate #: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view @@ -25,22 +25,22 @@ msgstr "" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid msgid "Created by" -msgstr "" +msgstr "Aangemaakt door" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date msgid "Created on" -msgstr "" +msgstr "Aangemaakt op" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name msgid "Display Name" -msgstr "" +msgstr "Te tonen naam" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id msgid "ID" -msgstr "" +msgstr "ID" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id @@ -50,22 +50,22 @@ msgstr "" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update msgid "Last Modified on" -msgstr "" +msgstr "Laatst bijgewerkt op" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid msgid "Last Updated by" -msgstr "" +msgstr "Laatst bijgewerkt door" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date msgid "Last Updated on" -msgstr "" +msgstr "Laatst bijgewerkt op" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name msgid "Name" -msgstr "" +msgstr "Naam" #. module: users_ldap_populate #: code:addons/users_ldap_populate/model/users_ldap.py:64 diff --git a/users_ldap_populate/i18n/nl_BE.po b/users_ldap_populate/i18n/nl_BE.po new file mode 100644 index 00000000000..ea3d9c17351 --- /dev/null +++ b/users_ldap_populate/i18n/nl_BE.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:47+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Gemaakt door" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Gemaakt op" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Laatst Aangepast op" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Naam:" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/pl.po b/users_ldap_populate/i18n/pl.po new file mode 100644 index 00000000000..15c8bcec8ea --- /dev/null +++ b/users_ldap_populate/i18n/pl.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:51+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Polish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Utworzone przez" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Utworzono" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Wyświetlana nazwa " + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Ostatnio modyfikowano" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Ostatnio modyfikowane przez" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Ostatnia zmiana" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Nazwa" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/pt.po b/users_ldap_populate/i18n/pt.po new file mode 100644 index 00000000000..bb02d7c2fa4 --- /dev/null +++ b/users_ldap_populate/i18n/pt.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-11-25 14:58+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Nome" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Modificado a última vez por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Nome" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/pt_PT.po b/users_ldap_populate/i18n/pt_PT.po new file mode 100644 index 00000000000..cf3cfebe769 --- /dev/null +++ b/users_ldap_populate/i18n/pt_PT.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 21:54+0000\n" +"PO-Revision-Date: 2016-12-23 08:33+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Nome a Apresentar" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Última Modificação Em" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Nome" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "OK" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/ro.po b/users_ldap_populate/i18n/ro.po new file mode 100644 index 00000000000..243f94dbe34 --- /dev/null +++ b/users_ldap_populate/i18n/ro.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-12-27 08:24+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Romanian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Creat de" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Creat la" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Nume Afişat" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Ultima actualizare în" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Ultima actualizare făcută de" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Ultima actualizare la" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/ru.po b/users_ldap_populate/i18n/ru.po index 60f60ec564c..688ba265ba4 100644 --- a/users_ldap_populate/i18n/ru.po +++ b/users_ldap_populate/i18n/ru.po @@ -1,24 +1,32 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * users_ldap_populate -# +# # Translators: +# Ahmet Altinisik , 2016 +# Armando Vulcano Junior , 2015 +# Carles Antoli , 2015 +# danimaribeiro , 2016 +# FIRST AUTHOR , 2012-2013 +# Guewen Baconnier , 2015 +# Jarmo Kortetjärvi , 2016 +# Matjaž Mozetič , 2015-2016 +# Paolo Valier, 2016 +# Rudolf Schnapka , 2016 +# Sofce Dimitrijeva , 2013 msgid "" msgstr "" "Project-Id-Version: server-tools (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-01-21 14:02+0000\n" -"PO-Revision-Date: 2015-12-13 15:21+0000\n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-12-27 08:22+0000\n" "Last-Translator: OCA Transbot \n" -"Language-Team: Russian (http://www.transifex.com/oca/OCA-server-tools-9-0/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" -"%100>=11 && n%100<=14)? 2 : 3);\n" +"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: users_ldap_populate #: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view @@ -28,12 +36,12 @@ msgstr "" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid msgid "Created by" -msgstr "" +msgstr "Создано" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date msgid "Created on" -msgstr "" +msgstr "Создан" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name @@ -43,7 +51,7 @@ msgstr "" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id msgid "ID" -msgstr "" +msgstr "ID" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id @@ -58,12 +66,12 @@ msgstr "" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid msgid "Last Updated by" -msgstr "" +msgstr "Последний раз обновлено" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date msgid "Last Updated on" -msgstr "" +msgstr "Последний раз обновлено" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name diff --git a/users_ldap_populate/i18n/sk.po b/users_ldap_populate/i18n/sk.po new file mode 100644 index 00000000000..16e2ae0a833 --- /dev/null +++ b/users_ldap_populate/i18n/sk.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-11-22 16:25+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Slovak (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Vytvoril" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Vytvorené" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Zobraziť meno" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Posledná modifikácia" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Naposledy upravoval" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Naposledy upravované" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Meno" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/sr.po b/users_ldap_populate/i18n/sr.po new file mode 100644 index 00000000000..3be1ce2b66e --- /dev/null +++ b/users_ldap_populate/i18n/sr.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 21:54+0000\n" +"PO-Revision-Date: 2016-12-17 10:15+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Serbian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Ime" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/sr@latin.po b/users_ldap_populate/i18n/sr@latin.po new file mode 100644 index 00000000000..aa8bd686a0b --- /dev/null +++ b/users_ldap_populate/i18n/sr@latin.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:50+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Ime za prikaz" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Zadnja izmjena" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Zadnja izmjena" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Zadnja izmjena" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Ime:" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/sv.po b/users_ldap_populate/i18n/sv.po new file mode 100644 index 00000000000..9c6afb042c4 --- /dev/null +++ b/users_ldap_populate/i18n/sv.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:53+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Swedish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Skapad av" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Skapad den" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Visa namn" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Senast uppdaterad av" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Senast uppdaterad" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Namn" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/th.po b/users_ldap_populate/i18n/th.po new file mode 100644 index 00000000000..02cd2c253d1 --- /dev/null +++ b/users_ldap_populate/i18n/th.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:49+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Thai (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "สร้างโดย" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "สร้างเมื่อ" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "รหัส" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "อัพเดทครั้งสุดท้ายโดย" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "อัพเดทครั้งสุดท้ายเมื่อ" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "ชื่อ" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/tr.po b/users_ldap_populate/i18n/tr.po index 1baf0ade970..486dd42bf5d 100644 --- a/users_ldap_populate/i18n/tr.po +++ b/users_ldap_populate/i18n/tr.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: server-tools (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-02 00:57+0000\n" -"PO-Revision-Date: 2016-03-31 07:19+0000\n" -"Last-Translator: OCA Transbot \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-12-30 20:28+0000\n" +"Last-Translator: Ahmet Altinisik \n" "Language-Team: Turkish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -35,7 +35,7 @@ msgstr "Oluşturuldu" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name msgid "Display Name" -msgstr "" +msgstr "Görünen İsim" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id @@ -50,7 +50,7 @@ msgstr "" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update msgid "Last Modified on" -msgstr "" +msgstr "Son değişiklik" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid diff --git a/users_ldap_populate/i18n/tr_TR.po b/users_ldap_populate/i18n/tr_TR.po new file mode 100644 index 00000000000..4d65eec37e6 --- /dev/null +++ b/users_ldap_populate/i18n/tr_TR.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 04:04+0000\n" +"PO-Revision-Date: 2017-01-04 14:44+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Oluşturulma tarihi" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Görünen ad" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "Kimlik" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "En son güncelleme tarihi" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "En son güncelleyen " + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "En son güncelleme tarihi" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Ad" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/uk.po b/users_ldap_populate/i18n/uk.po new file mode 100644 index 00000000000..4e3374db720 --- /dev/null +++ b/users_ldap_populate/i18n/uk.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:51+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Ukrainian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Створив" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Дата створення" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Назва для відображення" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Остання модифікація" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Востаннє оновив" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Останнє оновлення" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Name" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/vi.po b/users_ldap_populate/i18n/vi.po new file mode 100644 index 00000000000..97aa1a291fd --- /dev/null +++ b/users_ldap_populate/i18n/vi.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:47+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Được tạo bởi" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Được tạo vào" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "Tên" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/vi_VN.po b/users_ldap_populate/i18n/vi_VN.po new file mode 100644 index 00000000000..62d9ea6cf67 --- /dev/null +++ b/users_ldap_populate/i18n/vi_VN.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:40+0000\n" +"PO-Revision-Date: 2016-12-27 08:24+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "Tạo bởi" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "Tạo vào" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "ID" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "Cập nhật lần cuối bởi" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/users_ldap_populate/i18n/zh_CN.po b/users_ldap_populate/i18n/zh_CN.po index ee06ed671e1..8f8137c812d 100644 --- a/users_ldap_populate/i18n/zh_CN.po +++ b/users_ldap_populate/i18n/zh_CN.po @@ -3,13 +3,14 @@ # * users_ldap_populate # # Translators: +# Jeffery Chenn , 2016 msgid "" msgstr "" "Project-Id-Version: server-tools (9.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-07-09 10:34+0000\n" -"PO-Revision-Date: 2016-07-05 18:08+0000\n" -"Last-Translator: OCA Transbot \n" +"POT-Creation-Date: 2016-10-04 09:42+0000\n" +"PO-Revision-Date: 2016-10-04 09:43+0000\n" +"Last-Translator: Jeffery Chenn \n" "Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,17 +26,17 @@ msgstr "" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid msgid "Created by" -msgstr "" +msgstr "创建人" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date msgid "Created on" -msgstr "" +msgstr "创建时间" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name msgid "Display Name" -msgstr "" +msgstr "显示名称" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id @@ -45,27 +46,27 @@ msgstr "ID" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id msgid "LDAP Configuration" -msgstr "" +msgstr "LDAP 配置" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update msgid "Last Modified on" -msgstr "" +msgstr "最后修改时间" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid msgid "Last Updated by" -msgstr "" +msgstr "最后更新者" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date msgid "Last Updated on" -msgstr "" +msgstr "上次更新日期" #. module: users_ldap_populate #: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name msgid "Name" -msgstr "" +msgstr "名称" #. module: users_ldap_populate #: code:addons/users_ldap_populate/model/users_ldap.py:64 @@ -87,7 +88,7 @@ msgstr "" #. module: users_ldap_populate #: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view msgid "Populate" -msgstr "" +msgstr "繁殖" #. module: users_ldap_populate #: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view diff --git a/users_ldap_populate/i18n/zh_TW.po b/users_ldap_populate/i18n/zh_TW.po new file mode 100644 index 00000000000..b7246484f8d --- /dev/null +++ b/users_ldap_populate/i18n/zh_TW.po @@ -0,0 +1,105 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * users_ldap_populate +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:46+0000\n" +"PO-Revision-Date: 2016-10-11 09:52+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "Add populate button to ldap view" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_uid +msgid "Created by" +msgstr "建立者" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_create_date +msgid "Created on" +msgstr "建立於" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_id +msgid "ID" +msgstr "編號" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_ldap_id +msgid "LDAP Configuration" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard___last_update +msgid "Last Modified on" +msgstr "最後修改:" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_uid +msgid "Last Updated by" +msgstr "最後更新:" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_write_date +msgid "Last Updated on" +msgstr "最後更新於" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_name +msgid "Name" +msgstr "名稱" + +#. module: users_ldap_populate +#: code:addons/users_ldap_populate/model/users_ldap.py:64 +#, python-format +msgid "" +"No login attribute found: Could not extract login attribute from filter %s" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model.fields,field_description:users_ldap_populate.field_res_company_ldap_populate_wizard_users_created +msgid "Number of users created" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.populate_wizard_view +msgid "OK" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.ui.view,arch_db:users_ldap_populate.company_form_view +msgid "Populate user database" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap_populate_wizard +msgid "Populate users from LDAP" +msgstr "" + +#. module: users_ldap_populate +#: model:ir.model,name:users_ldap_populate.model_res_company_ldap +msgid "res.company.ldap" +msgstr "" diff --git a/website_sale_enterprise_remove/README.rst b/website_sale_enterprise_remove/README.rst deleted file mode 100644 index 121d583696b..00000000000 --- a/website_sale_enterprise_remove/README.rst +++ /dev/null @@ -1,52 +0,0 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html - :alt: License: AGPL-3 - -========================================= -Website Sale - Remove Enterprise Features -========================================= - -This module removes enterprise-only features from all website_sale views. - -Usage -===== - -.. 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/9.0 - -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 ------------- - -* Brett Wood - -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/website_sale_enterprise_remove/__init__.py b/website_sale_enterprise_remove/__init__.py deleted file mode 100644 index e50cfb2d659..00000000000 --- a/website_sale_enterprise_remove/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright 2016 LasLabs Inc. -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/website_sale_enterprise_remove/__openerp__.py b/website_sale_enterprise_remove/__openerp__.py deleted file mode 100644 index 789b6047b15..00000000000 --- a/website_sale_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': 'Website Sale - 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': [ - 'website_sale', - ], - 'data': [ - 'views/res_config_view.xml', - ] -} diff --git a/website_sale_enterprise_remove/views/res_config_view.xml b/website_sale_enterprise_remove/views/res_config_view.xml deleted file mode 100644 index fd1e504b76e..00000000000 --- a/website_sale_enterprise_remove/views/res_config_view.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - Website settings - website.config.settings - - - - True - - - True - - - True - - - True - - - - -